summaryrefslogtreecommitdiff
path: root/src/code/z_pause.c
diff options
context:
space:
mode:
authorAnghelo Carvajal <angheloalf95@gmail.com>2023-03-08 01:19:08 -0300
committerGitHub <noreply@github.com>2023-03-07 23:19:08 -0500
commitd7af72273de2f861124d9f442bcb1a6aaf3710e8 (patch)
tree4cdd04a8f2dbab94ac11c5a32855b14def1f1e68 /src/code/z_pause.c
parent9b33e6a3a55cbb3cb423c3b89ed4a712e34c0c4f (diff)
z64frameadvance.h (#1182)
Diffstat (limited to 'src/code/z_pause.c')
-rw-r--r--src/code/z_pause.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/code/z_pause.c b/src/code/z_pause.c
index bb5b33cf2..5f212b7ae 100644
--- a/src/code/z_pause.c
+++ b/src/code/z_pause.c
@@ -18,7 +18,9 @@
*
* Note2: Controllers 2-4's inputs are normally zeroed out, so this would also need to be fixed to use frame advance
*/
-#include "global.h"
+
+#include "z64frameadvance.h"
+#include "macros.h"
void FrameAdvance_Init(FrameAdvanceContext* frameAdvCtx) {
frameAdvCtx->timer = 0;