diff options
author | YamaArashi <shadow962@live.com> | 2016-11-01 10:08:48 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-11-01 10:16:34 -0700 |
commit | 6f0e42a91aeeedd64725ce57e3dad6a38421d8e9 (patch) | |
tree | dcea69ec49430f004c17ff71b77587cafd78c69a /asm/window.s | |
parent | fef81187dce23adc635d7f4b7fd82298eab09ec2 (diff) |
split asm files
Diffstat (limited to 'asm/window.s')
-rw-r--r-- | asm/window.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/asm/window.s b/asm/window.s index bd65b1e5e..79d162764 100644 --- a/asm/window.s +++ b/asm/window.s @@ -1,4 +1,5 @@ .include "asm/macros.inc" + .include "constants/constants.inc" .syntax unified |