blob: 217d9124d9df465a87fa3966b3e056058045fdba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
#ifndef OBJECTS_OBJECT_F40_SWITCH_H
#define OBJECTS_OBJECT_F40_SWITCH_H 1
#include "align_asset_macro.h"
#define dgStoneTowerFloorSwitchCol "__OTR__objects/object_f40_switch/gStoneTowerFloorSwitchCol"
static const ALIGN_ASSET(2) char gStoneTowerFloorSwitchCol[] = dgStoneTowerFloorSwitchCol;
#define dgStoneTowerFloorSwitchOutlineDL "__OTR__objects/object_f40_switch/gStoneTowerFloorSwitchOutlineDL"
static const ALIGN_ASSET(2) char gStoneTowerFloorSwitchOutlineDL[] = dgStoneTowerFloorSwitchOutlineDL;
#define dgStoneTowerFloorSwitchDL "__OTR__objects/object_f40_switch/gStoneTowerFloorSwitchDL"
static const ALIGN_ASSET(2) char gStoneTowerFloorSwitchDL[] = dgStoneTowerFloorSwitchDL;
#define dgStoneTowerFloorSwitchOutlineTex "__OTR__objects/object_f40_switch/gStoneTowerFloorSwitchOutlineTex"
static const ALIGN_ASSET(2) char gStoneTowerFloorSwitchOutlineTex[] = dgStoneTowerFloorSwitchOutlineTex;
#define dgStoneTowerFloorSwitchTex "__OTR__objects/object_f40_switch/gStoneTowerFloorSwitchTex"
static const ALIGN_ASSET(2) char gStoneTowerFloorSwitchTex[] = dgStoneTowerFloorSwitchTex;
#endif // OBJECTS_OBJECT_F40_SWITCH_H
|