From aafdfa0734b7c5dcea9f0e914ef6c66852b9d3a7 Mon Sep 17 00:00:00 2001 From: Leander Scherer Date: Thu, 12 Mar 2026 01:35:15 +0100 Subject: chore: use globals --- include/entities.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/entities.h') 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; -- cgit v1.3.1