diff options
author | Cleverking2003 <30466983+Cleverking2003@users.noreply.github.com> | 2020-05-26 23:43:10 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-26 23:43:10 +0300 |
commit | 03fb36df9c1a049afc1222c8007fa8991f1ae837 (patch) | |
tree | 0ef88380ac7354b1437e16f251e67e53e2a3dbe5 /arm9/lib | |
parent | bd7bf8334fe26a7c25edb08b0d2af5337ae5b280 (diff) | |
parent | c9ccaa3ed131b5bb9b8b7100a2f380cbd13d209d (diff) |
Merge branch 'master' into master
Diffstat (limited to 'arm9/lib')
-rw-r--r-- | arm9/lib/include/nitro.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arm9/lib/include/nitro.h b/arm9/lib/include/nitro.h index deace7ef..9eeab198 100644 --- a/arm9/lib/include/nitro.h +++ b/arm9/lib/include/nitro.h @@ -6,6 +6,8 @@ extern "C" { #endif // Include all nitro files +#include "sections.h" +#include "misc.h" #include "types.h" #include "consts.h" #include "OS_init.h" |