summaryrefslogtreecommitdiff
path: root/macros.asm
diff options
context:
space:
mode:
Diffstat (limited to 'macros.asm')
-rw-r--r--macros.asm7
1 files changed, 6 insertions, 1 deletions
diff --git a/macros.asm b/macros.asm
index 87fa36d..25c1ed6 100644
--- a/macros.asm
+++ b/macros.asm
@@ -1 +1,6 @@
-INCLUDE "macros/enum.asm" \ No newline at end of file
+INCLUDE "macros/enum.asm"
+INCLUDE "macros/predef.asm"
+INCLUDE "macros/farcall.asm"
+INCLUDE "macros/data.asm"
+INCLUDE "macros/code.asm"
+INCLUDE "macros/coords.asm" \ No newline at end of file