aboutsummaryrefslogtreecommitdiff
path: root/src/stm32/main.c
diff options
context:
space:
mode:
authorUnavailableDev <ggwildplay@gmail.com>2023-03-10 14:23:05 +0100
committerUnavailableDev <ggwildplay@gmail.com>2023-03-10 14:26:02 +0100
commite3e0feb56340a72545b6fd38f22e134cf2e3509a (patch)
treec9de5ee7959a91848c9d8d064febbdfeeb584bbe /src/stm32/main.c
parent19737533abb3eeb90c97691618336b5cead14656 (diff)
fixed code styles
Diffstat (limited to 'src/stm32/main.c')
-rw-r--r--src/stm32/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/stm32/main.c b/src/stm32/main.c
index 735b378..d381d35 100644
--- a/src/stm32/main.c
+++ b/src/stm32/main.c
@@ -1,4 +1,7 @@
#include "main.h"
+#include "ppu/ppu.h"
+
+void hh_ppu_load_tilemap() {}
void hh_loop() {
while(g_hh_run);