diff options
author | Ben Bridle <ben@derelict.engineering> | 2024-11-22 16:04:33 +1300 |
---|---|---|
committer | Ben Bridle <ben@derelict.engineering> | 2024-11-22 16:07:48 +1300 |
commit | fcbc3968bd95e4d19b37d9fa4bca51b1db8596ff (patch) | |
tree | 333c6cf63f4b2aea513a9691b29c8f397e139c46 /arm9/source/core.h | |
parent | e05888d141bc64e92d81859af0d87627e6fbc477 (diff) | |
download | bedrock-nds-fcbc3968bd95e4d19b37d9fa4bca51b1db8596ff.zip |
Implement name and author ports in system device
Diffstat (limited to 'arm9/source/core.h')
-rw-r--r-- | arm9/source/core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/source/core.h b/arm9/source/core.h index 916806c..fde13a7 100644 --- a/arm9/source/core.h +++ b/arm9/source/core.h @@ -1,11 +1,11 @@ #ifndef CORE_H_ #define CORE_H_ + #include "devices/system.h" #include "devices/clock.h" #include "devices/input.h" #include "devices/math.h" #include "devices/screen.h" - #include "devices/system.h" #include "devices/memory.h" #define WST br->wst |