Begin with basic init

This commit is contained in:
hkz 2025-07-15 21:14:14 +02:00
commit 85ca4f19a2
5 changed files with 36 additions and 7 deletions

7
src/game_graphics.c Normal file
View file

@ -0,0 +1,7 @@
#include "game_graphics.h"
#include "mem_map.h"
void draw_game_background(void) {
}