diff options
| author | Derek Hensley <hensley.derek58@gmail.com> | 2023-06-25 17:18:50 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-26 10:18:50 +1000 |
| commit | 22035890fa372f61dd9b907c2a0f9dc6bcd0ae19 (patch) | |
| tree | 82dffc7c8d27e07adecd11d3e1a481a5857c7393 /src/code/graph.c | |
| parent | a2c2c45a0e2c35ec30cfac888a0deb92f86b8d96 (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/graph.c')
| -rw-r--r-- | src/code/graph.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/code/graph.c b/src/code/graph.c index f4f04fc1f..6d4665b39 100644 --- a/src/code/graph.c +++ b/src/code/graph.c @@ -1,6 +1,7 @@ #include "prevent_bss_reordering.h" #include "global.h" #include "buffers.h" +#include "idle.h" #include "system_malloc.h" #include "overlays/gamestates/ovl_daytelop/z_daytelop.h" #include "overlays/gamestates/ovl_file_choose/z_file_select.h" |
