mirror of
https://github.com/HackerN64/HackerOoT.git
synced 2026-01-21 10:37:37 -08:00
fix build issues
This commit is contained in:
@@ -7,5 +7,6 @@ extern OSViMode osViModeNtscLan1;
|
||||
extern OSViMode osViModePalLan1;
|
||||
extern OSViMode osViModeMpalLan1;
|
||||
extern OSViMode osViModeFpalLan1;
|
||||
extern OSViMode gCustomViModePal60Lan1;
|
||||
|
||||
#endif
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
#include "rainbow.h"
|
||||
#include "debug/profiler_inline.h"
|
||||
#include "idle.h"
|
||||
#include "debug.h"
|
||||
|
||||
#include "macros.h"
|
||||
#include "global.h"
|
||||
|
||||
@@ -38,6 +38,7 @@ extern struct IrqMgr gIrqMgr;
|
||||
#include "z64debug.h"
|
||||
#include "z64thread.h"
|
||||
#include "rainbow.h"
|
||||
#include "debug.h"
|
||||
|
||||
#include "global.h"
|
||||
|
||||
|
||||
@@ -45,6 +45,7 @@
|
||||
#include "z64vis.h"
|
||||
#include "occlusionplanes.h"
|
||||
#include "libu64/gfxprint.h"
|
||||
#include "debug.h"
|
||||
|
||||
#if CAN_INCLUDE_EXAMPLE_SCENE
|
||||
#include "assets/scenes/example/example_scene.h"
|
||||
|
||||
Reference in New Issue
Block a user