summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2024-07-31 22:12:48 +1000
committerquou <quou@disroot.org>2024-07-31 22:12:48 +1000
commit205f7d49530e6c32ec0a09045d9cb45dcf9b1752 (patch)
treee1d3432a677ff3511ed191aabfde6cf240f784b7 /Makefile
parent8d729883b3e134df8b9fc10f094df9fc3618bdb4 (diff)
GUI + map editor beginnings
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 109b94f..e36d50b 100644
--- a/Makefile
+++ b/Makefile
@@ -16,6 +16,9 @@ pack = pack
sources = \
3de.c \
asset.c \
+ editor.c \
+ gui.c \
+ map.c \
maths.c \
memory.c \
plat.c \