mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-07-10 07:07:17 -04:00
Fixes to includes to work on Linux.
This commit is contained in:
@@ -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