Fix logic

This commit is contained in:
hkz 2025-07-18 09:12:17 +02:00
commit 38a40eb2e4
4 changed files with 37 additions and 13 deletions

View file

@ -5,5 +5,6 @@
void draw_game_background(void);
void draw_tiles(void);
void ddraw_single_tile(uint8_t offset);
#endif /* _GAME_GRAPHICS_HEADER_ */