Documented sequences and move them into the Course system

This commit is contained in:
KiritoDv
2024-11-30 14:44:14 -06:00
parent 91620199e5
commit 5e2c338fc7
32 changed files with 91 additions and 50 deletions
+2
View File
@@ -6,6 +6,7 @@
#include "objects.h"
#include "path_spawn_metadata.h"
#include "waypoints.h"
#include "sounds.h"
typedef struct {
RGB8 TopRight;
@@ -44,6 +45,7 @@ typedef struct {
s32 MinimapFinishlineX;
s32 MinimapFinishlineY;
SkyboxColours Skybox;
enum MusicSeq Sequence;
} CProperties;
#endif // __ENGINE_H__