mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-07-10 15:14:33 -04:00
Fixes to includes to work on Linux.
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
#include "math_util.h"
|
||||
#include <string.h>
|
||||
|
||||
#include "src/port/Game.h"
|
||||
#include "engine/Matrix.h"
|
||||
|
||||
s32 fireworkConeColour[] = {
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user