aboutsummaryrefslogtreecommitdiff
path: root/game/src/data.c
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2020-12-30 19:07:31 +0000
committerJuan J. Martinez <jjm@usebox.net>2020-12-30 19:23:41 +0000
commit2682bc5d1d864341aaeb42a449db73c3ecd16d70 (patch)
tree9116764364b4ee0ce7f6037305077807b57776de /game/src/data.c
downloadubox-msx-lib-2682bc5d1d864341aaeb42a449db73c3ecd16d70.tar.gz
ubox-msx-lib-2682bc5d1d864341aaeb42a449db73c3ecd16d70.zip
Initial import1.0
Diffstat (limited to 'game/src/data.c')
-rw-r--r--game/src/data.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/game/src/data.c b/game/src/data.c
new file mode 100644
index 0000000..67bec4e
--- /dev/null
+++ b/game/src/data.c
@@ -0,0 +1,9 @@
+/**
+ * Module storing the generated data.
+ */
+
+#define LOCAL
+#include "tiles.h"
+#include "player.h"
+#include "enemy.h"
+#include "map.h"