diff options
| author | Derek Hensley <hensley.derek58@gmail.com> | 2024-09-07 21:55:59 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-07 20:55:59 -0700 |
| commit | 6eaf196927eb6c4465c3b6c8fcdcefb08a9bc377 (patch) | |
| tree | d519b46246312e8947507f840f39afbf06829216 /src/code/z_pause.c | |
| parent | 2e2b2e2c7a59bd3544de5e73f72a03b947ec8ab3 (diff) | |
Misc Clean (#1680)
* vramu32 in Overlay_Relocate
* Actor_SetColorFilter args
* Effect Hitmark enum
* Actor_WorldToActorCoords
* Some fault clean up
* contoller.h
* macros.h no longer needs stdint.h
Diffstat (limited to 'src/code/z_pause.c')
| -rw-r--r-- | src/code/z_pause.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/code/z_pause.c b/src/code/z_pause.c index a1bcf8d92..9f6f4a226 100644 --- a/src/code/z_pause.c +++ b/src/code/z_pause.c @@ -20,9 +20,10 @@ */ #include "z64frameadvance.h" -#include "stdbool.h" + +#include "controller.h" #include "padutils.h" -#include "macros.h" +#include "stdbool.h" void FrameAdvance_Init(FrameAdvanceContext* frameAdvCtx) { frameAdvCtx->timer = 0; |
