diff options
| author | MegaMech <inkstudios1@hotmail.com> | 2024-05-02 17:21:29 -0600 |
|---|---|---|
| committer | MegaMech <inkstudios1@hotmail.com> | 2024-05-02 17:21:29 -0600 |
| commit | e5c9616a645ddf96617f747f7efe006d68aa2835 (patch) | |
| tree | b4b943d35257612abdf18302400f175f66d72154 /include | |
| parent | e3774dc3771aae8f4b8f775b0afe38ce935393fd (diff) | |
More fixes
Diffstat (limited to 'include')
| -rw-r--r-- | include/mk64.h | 2 | ||||
| -rw-r--r-- | include/stubs.h | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/include/mk64.h b/include/mk64.h index ea1a65b63..02fdeb9f3 100644 --- a/include/mk64.h +++ b/include/mk64.h @@ -1,6 +1,8 @@ #ifndef MK64_H #define MK64_H +#include <libultraship.h> + /** * @file mk64.h * Global header for mk64 diff --git a/include/stubs.h b/include/stubs.h index fce97e583..c8fa8fdfa 100644 --- a/include/stubs.h +++ b/include/stubs.h @@ -4,4 +4,4 @@ extern u32 osTvType = OS_TV_NTSC; extern u32 osResetType; -extern u8 osAppNmiBuffer[64];
\ No newline at end of file +extern u8 osAppNmiBuffer[64]; |
