diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-03-22 17:30:42 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-03-22 17:30:42 +0100 |
commit | 1cd0285b22755a21cbc367213a143ec33d298c95 (patch) | |
tree | 8b7848f74d3512d74507abee781005c64b82a0f3 /src/tilemap.h | |
parent | 8495bc3169939d034622dcbf6fb84016a7430ef2 (diff) |
add static makefile targets to main gamefile, and add target to flash static rom to stm32
Diffstat (limited to 'src/tilemap.h')
-rw-r--r-- | src/tilemap.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/tilemap.h b/src/tilemap.h new file mode 100644 index 0000000..2f8b709 --- /dev/null +++ b/src/tilemap.h @@ -0,0 +1,7 @@ +#pragma once +#include <stdint.h> + +#include "static/tilemap.h" + +extern uint32_t* g_hh_tilemap_rom; + |