Half of day 39 complete.

This commit is contained in:
igor
2026-04-22 20:39:29 -07:00
parent 10ecc72e2f
commit 0149719030
27 changed files with 104 additions and 29 deletions
+6
View File
@@ -1,6 +1,12 @@
#ifndef HANDMADE_TILE_H_SENTRY
#define HANDMADE_TILE_H_SENTRY
typedef struct tile_map_difference {
F32 dX;
F32 dY;
F32 dZ;
} tile_map_difference;
typedef struct tile_map_position {
U32 AbsTileX;
U32 AbsTileY;