Add stubs for game graphics

This commit is contained in:
hkz 2025-07-17 07:56:23 +02:00
commit 4a178dacbe
3 changed files with 7 additions and 0 deletions

View file

@ -4,5 +4,6 @@
#include <stdint.h>
void draw_game_background(void);
void draw_tiles(void);
#endif /* _GAME_GRAPHICS_HEADER_ */