summaryrefslogtreecommitdiff
path: root/include/face_change.h
diff options
context:
space:
mode:
authorDragorn421 <Dragorn421@users.noreply.github.com>2025-05-24 22:20:51 +0200
committerGitHub <noreply@github.com>2025-05-24 16:20:51 -0400
commit6d56b1b8e0410da164f3e5d0d62f4a9d472a1445 (patch)
tree5bdc14b4d98989cfbdb72c4ccb313a2f3337d587 /include/face_change.h
parentf7073a7837de95ac72a0189c74ffa96335280f12 (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.h2
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;