diff options
| author | Leander Scherer <leander@schererleander.de> | 2026-03-12 01:35:15 +0100 |
|---|---|---|
| committer | Leander Scherer <leander@schererleander.de> | 2026-03-12 01:35:15 +0100 |
| commit | aafdfa0734b7c5dcea9f0e914ef6c66852b9d3a7 (patch) | |
| tree | 8e20b2282b445d70d4069ecf5a62aaa02c5b0f29 /include/entities.h | |
| parent | ae6ac413632b427e31a26020a94864669af1ba10 (diff) | |
chore: use globals
Diffstat (limited to 'include/entities.h')
| -rw-r--r-- | include/entities.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/entities.h b/include/entities.h index 7bd38f3..b98b853 100644 --- a/include/entities.h +++ b/include/entities.h @@ -34,7 +34,7 @@ typedef struct { typedef struct { Vector2 position; Rectangle bounds; - int uniqueId; + char* uniqueId; bool active; uint32_t gid; } Key; |
