diff options
Diffstat (limited to 'src/code/graph.c')
| -rw-r--r-- | src/code/graph.c | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/src/code/graph.c b/src/code/graph.c index 2be2d9de8..7fa6e505f 100644 --- a/src/code/graph.c +++ b/src/code/graph.c @@ -1,14 +1,17 @@ -#include "z64.h" -#include "regs.h" -#include "fault.h" +#include "ultra64.h" + +#include "scheduler.h" // Variables are put before most headers as a hacky way to bypass bss reordering -FaultAddrConvClient sGraphFaultAddrConvClient; -FaultClient sGraphFaultClient; -GfxMasterList* gGfxMasterDL; +struct FaultAddrConvClient sGraphFaultAddrConvClient; +struct FaultClient sGraphFaultClient; +struct GfxMasterList* gGfxMasterDL; CfbInfo sGraphCfbInfos[3]; OSTime sGraphPrevUpdateEndTime; +#include "regs.h" +#include "fault.h" + #include "macros.h" #include "buffers.h" #include "idle.h" |
