Day 36 complete.

This commit is contained in:
igor
2026-04-17 21:51:15 -07:00
parent 9bc7fa3b52
commit 1c1bea8a05
4 changed files with 52 additions and 3 deletions
+2
View File
@@ -168,7 +168,9 @@ typedef struct world {
typedef struct game_state {
memory_arena WorldArena;
world *World;
tile_map_position PlayerP;
U32 *PixelPointer;
} game_state;
#endif