summaryrefslogtreecommitdiff
path: root/src/game.h
diff options
context:
space:
mode:
authorBoredGuy <osome3717@gmail.com>2026-03-23 19:28:36 +0300
committerBoredGuy <osome3717@gmail.com>2026-03-23 19:28:36 +0300
commitc9a8845b53ab13c00ed535a2075cc45765dbbfea (patch)
tree3f28626d6be0945efed8d6d18ba4bc09409aaeb1 /src/game.h
parente446e70fea6ef68c0807c9d6793402f1cd2d3929 (diff)
Level Loading!!!
Diffstat (limited to 'src/game.h')
-rw-r--r--src/game.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game.h b/src/game.h
index 4aa377b..f028569 100644
--- a/src/game.h
+++ b/src/game.h
@@ -16,4 +16,6 @@ void update_game(float dt);
void draw_game();
void init_game();
+void load_level_from_tiled_csv(const char* filename);
+
#endif