Fixes to includes to work on Linux.

This commit is contained in:
sitton76
2025-03-30 14:51:17 -05:00
parent 2668713f47
commit 05b142ffa3
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -19,6 +19,7 @@
#include "math_util.h"
#include <string.h>
#include "src/port/Game.h"
#include "engine/Matrix.h"
s32 fireworkConeColour[] = {
+1 -1
View File
@@ -31,7 +31,7 @@
#include "objects/Seagull.h"
#include "objects/Thwomp.h"
#include "objects/Seagull.h"
#include "objects/Trashbin.h"
#include "objects/TrashBin.h"
#include "objects/Trophy.h"
#include "objects/Snowman.h"
#include "objects/Podium.h"
+1 -1
View File
@@ -8,7 +8,7 @@
#include <fstream>
#include <nlohmann/json.hpp>
#include "port/Engine.h"
#include <libultraship/src/resource/type/json.h>
#include <libultraship/src/resource/type/Json.h>
#include <libultraship/src/resource/File.h>
namespace Editor {