summaryrefslogtreecommitdiff
path: root/src/code/z_room.c
diff options
context:
space:
mode:
authorAnghelo Carvajal <angheloalf95@gmail.com>2023-09-15 11:02:27 -0300
committerGitHub <noreply@github.com>2023-09-15 11:02:27 -0300
commit4b30f1a6549c99eff5344a815b12f54e69d689e9 (patch)
treebae6d7b5b89e0c9ac761bbdd9a904a1113ea0834 /src/code/z_room.c
parent626f09266d264dc994e51d8ce9e57b8da80704d4 (diff)
Move libultra variables to their respective headers (#1369)
* internal_rsp; move size_t and NULL to ultratypes.h * guint.h * Move system variables to os_system.h * controller, pi and vi * osint.h * piint.h * siint, ucode, viint, voiceinternal * Remove remaining variables from variables.h * format * final renames * bss * review * review
Diffstat (limited to 'src/code/z_room.c')
-rw-r--r--src/code/z_room.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/code/z_room.c b/src/code/z_room.c
index 28a297499..b8de6caec 100644
--- a/src/code/z_room.c
+++ b/src/code/z_room.c
@@ -1,4 +1,5 @@
#include "global.h"
+#include "PR/gs2dex.h"
#include "debug.h"
void Room_Noop(PlayState* play, Room* room, Input* input, s32 arg3) {