summaryrefslogtreecommitdiff
path: root/src/code/z_play.c
diff options
context:
space:
mode:
authorDerek Hensley <hensley.derek58@gmail.com>2023-06-25 17:18:50 -0700
committerGitHub <noreply@github.com>2023-06-26 10:18:50 +1000
commit22035890fa372f61dd9b907c2a0f9dc6bcd0ae19 (patch)
tree82dffc7c8d27e07adecd11d3e1a481a5857c7393 /src/code/z_play.c
parenta2c2c45a0e2c35ec30cfac888a0deb92f86b8d96 (diff)
Idle + Main bss and cleanup (#1292)
* Idle bss and cleanup * main bss and cleanup * format * Remove pad comment about sAudioMgr * PR * Missed a couple size_t changes * unused pads * static
Diffstat (limited to 'src/code/z_play.c')
-rw-r--r--src/code/z_play.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/code/z_play.c b/src/code/z_play.c
index c19b3c277..ac9c1eacc 100644
--- a/src/code/z_play.c
+++ b/src/code/z_play.c
@@ -1,5 +1,6 @@
#include "global.h"
#include "buffers.h"
+#include "idle.h"
#include "z64bombers_notebook.h"
#include "z64debug_display.h"
#include "z64quake.h"