fix build issues

This commit is contained in:
Yanis002
2025-04-14 13:40:51 +02:00
parent 3fe024d1e1
commit cd62734ce1
4 changed files with 4 additions and 0 deletions

View File

@@ -7,5 +7,6 @@ extern OSViMode osViModeNtscLan1;
extern OSViMode osViModePalLan1;
extern OSViMode osViModeMpalLan1;
extern OSViMode osViModeFpalLan1;
extern OSViMode gCustomViModePal60Lan1;
#endif

View File

@@ -28,6 +28,7 @@
#include "rainbow.h"
#include "debug/profiler_inline.h"
#include "idle.h"
#include "debug.h"
#include "macros.h"
#include "global.h"

View File

@@ -38,6 +38,7 @@ extern struct IrqMgr gIrqMgr;
#include "z64debug.h"
#include "z64thread.h"
#include "rainbow.h"
#include "debug.h"
#include "global.h"

View File

@@ -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"