diff options
author | Cleverking2003 <30466983+Cleverking2003@users.noreply.github.com> | 2020-05-06 21:24:43 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-06 21:24:43 +0300 |
commit | d821fc7b1346576fd88d8ee0fd38ec36a2cd8305 (patch) | |
tree | 19e0d2eb6c757e3c16b7327b770e3286e8cc8e6e /arm9/lib/include/OS_init.h | |
parent | 5bfef3f1f96910c8824e56a959a423541a965f5d (diff) | |
parent | 41fb84123de93f49ea7da9b7c5d5d22cfd19878e (diff) |
Merge pull request #67 from red031000/master
OS_reset.c
Diffstat (limited to 'arm9/lib/include/OS_init.h')
-rw-r--r-- | arm9/lib/include/OS_init.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arm9/lib/include/OS_init.h b/arm9/lib/include/OS_init.h index 6fbfc826..0c74035d 100644 --- a/arm9/lib/include/OS_init.h +++ b/arm9/lib/include/OS_init.h @@ -16,6 +16,7 @@ #include "OS_arena.h" #include "OS_alloc.h" #include "OS_system.h" +#include "OS_reset.h" void OS_Init(); |