summaryrefslogtreecommitdiff
path: root/src/engine/Engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/Engine.h')
-rw-r--r--src/engine/Engine.h59
1 files changed, 0 insertions, 59 deletions
diff --git a/src/engine/Engine.h b/src/engine/Engine.h
deleted file mode 100644
index 98e9a99fc..000000000
--- a/src/engine/Engine.h
+++ /dev/null
@@ -1,59 +0,0 @@
-#ifndef __ENGINE_H__
-#define __ENGINE_H__
-
-#include "common_structs.h"
-#include "bomb_kart.h"
-#include "objects.h"
-#include "path_spawn_metadata.h"
-#include "waypoints.h"
-#include "sounds.h"
-#include "course_offsets.h"
-
-typedef struct {
- RGB8 TopRight;
- RGB8 BottomRight;
- RGB8 BottomLeft;
- RGB8 TopLeft;
- RGB8 FloorTopRight;
- RGB8 FloorBottomRight;
- RGB8 FloorBottomLeft;
- RGB8 FloorTopLeft;
-} SkyboxColours;
-
-typedef struct {
- int32_t X;
- int32_t Z;
-} IVector2D_C;
-
-typedef struct {
- const char* Id;
- const char* Name;
- const char* DebugName;
- const char* CourseLength;
- const char* AIBehaviour;
- const char* MinimapTexture;
- s32 LakituTowType;
- IVector2D_C MinimapDimensions;
- float AIMaximumSeparation;
- float AIMinimumSeparation;
- float NearPersp;
- float FarPersp;
- s16 *SomePtr;
- u32 AISteeringSensitivity;
- _struct_gCoursePathSizes_0x10 PathSizes;
- Vec4f D_0D009418;
- Vec4f D_0D009568;
- Vec4f D_0D0096B8;
- Vec4f D_0D009808;
- TrackWaypoint* PathTable[4];
- TrackWaypoint* PathTable2[4];
- CloudData *Clouds;
- CloudData *CloudList;
- s32 MinimapFinishlineX;
- s32 MinimapFinishlineY;
- SkyboxColours Skybox;
- const course_texture *textures;
- enum MusicSeq Sequence;
-} CProperties;
-
-#endif // __ENGINE_H__ \ No newline at end of file