blob: 365550caef9a74cb7c89e8e0736366c76fa547b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
#pragma once
#include <libultraship.h>
#include <common_structs.h>
#include <waypoints.h>
#include <align_asset_macro.h>
static const ALIGN_ASSET(2) char reflection_map_brass[] = "__OTR__textures/ceremony_data/reflection_map_brass";
static const ALIGN_ASSET(2) char reflection_map_silver[] = "__OTR__textures/ceremony_data/reflection_map_silver";
static const ALIGN_ASSET(2) char ceremony_reflection_map_gold[] = "__OTR__textures/ceremony_data/ceremony_reflection_map_gold";
static const ALIGN_ASSET(2) char gTexturePodium1[] = "__OTR__textures/ceremony_data/texture_podium1";
static const ALIGN_ASSET(2) char gTexturePodium2[] = "__OTR__textures/ceremony_data/texture_podium2";
static const ALIGN_ASSET(2) char gTexturePodium3[] = "__OTR__textures/ceremony_data/texture_podium3";
|