diff options
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; |
