diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2025-05-24 22:20:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-24 16:20:51 -0400 |
| commit | 6d56b1b8e0410da164f3e5d0d62f4a9d472a1445 (patch) | |
| tree | 5bdc14b4d98989cfbdb72c4ccb313a2f3337d587 /include/face_change.h | |
| parent | f7073a7837de95ac72a0189c74ffa96335280f12 (diff) | |
Cleanup includes in header files (#2540)
* Cleanup includes in header files
* include libc headers without libc/ prefix
* fix
* fix2
* fix3
* fix4
* some bss lol
* bss
* fix
Diffstat (limited to 'include/face_change.h')
| -rw-r--r-- | include/face_change.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/face_change.h b/include/face_change.h index 5a0c8d856..b61264181 100644 --- a/include/face_change.h +++ b/include/face_change.h @@ -1,6 +1,8 @@ #ifndef FACE_CHANGE_H #define FACE_CHANGE_H +#include "ultra64.h" + typedef struct FaceChange { /* 0x00 */ s16 face; /* 0x02 */ s16 timer; |
