diff options
| author | BoredGuy <osome3717@gmail.com> | 2026-03-23 19:28:36 +0300 |
|---|---|---|
| committer | BoredGuy <osome3717@gmail.com> | 2026-03-23 19:28:36 +0300 |
| commit | c9a8845b53ab13c00ed535a2075cc45765dbbfea (patch) | |
| tree | 3f28626d6be0945efed8d6d18ba4bc09409aaeb1 /src/game.h | |
| parent | e446e70fea6ef68c0807c9d6793402f1cd2d3929 (diff) | |
Level Loading!!!
Diffstat (limited to 'src/game.h')
| -rw-r--r-- | src/game.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
