blob: 540814f27afc053ebe1c10dfea6523f0eeb6dd76 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
#pragma once
#include <libultraship.h>
#include <common_structs.h>
#include <waypoints.h>
#include <align_asset_macro.h>
static const ALIGN_ASSET(2) char light1[] = "__OTR__other/ceremony_data/light1";
static const ALIGN_ASSET(2) char light2[] = "__OTR__other/ceremony_data/light2";
static const ALIGN_ASSET(2) char light3[] = "__OTR__other/ceremony_data/light3";
static const ALIGN_ASSET(2) char podium_ceremony_path[] = "__OTR__other/ceremony_data/ending_sequence";
static const ALIGN_ASSET(2) char podium_ceremony_path_2[] = "__OTR__other/ceremony_data/ending_sequence2";
static const ALIGN_ASSET(2) char podium_ceremony_path_3[] = "__OTR__other/ceremony_data/ending_sequence3";
static const ALIGN_ASSET(2) char podium_ceremony_path_4[] = "__OTR__other/ceremony_data/ending_sequence4";
|