diff options
Diffstat (limited to 'macros.asm')
-rw-r--r-- | macros.asm | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 |