mirror of
https://codeberg.org/hkzlab/TK2048.git
synced 2026-01-04 11:49:20 +11:00
Begin with basic init
This commit is contained in:
parent
384d9b3fd1
commit
85ca4f19a2
5 changed files with 36 additions and 7 deletions
7
src/game_graphics.c
Normal file
7
src/game_graphics.c
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#include "game_graphics.h"
|
||||
|
||||
#include "mem_map.h"
|
||||
|
||||
void draw_game_background(void) {
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue