mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
18 lines
812 B
C
18 lines
812 B
C
#ifndef OBJECTS_OBJECT_TOKEI_STEP_H
|
|
#define OBJECTS_OBJECT_TOKEI_STEP_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgClocktowerPanelEmptyDL "__OTR__objects/object_tokei_step/gClocktowerPanelEmptyDL"
|
|
static const ALIGN_ASSET(2) char gClocktowerPanelEmptyDL[] = dgClocktowerPanelEmptyDL;
|
|
|
|
#define dgClocktowerPanelDL "__OTR__objects/object_tokei_step/gClocktowerPanelDL"
|
|
static const ALIGN_ASSET(2) char gClocktowerPanelDL[] = dgClocktowerPanelDL;
|
|
|
|
#define dgClocktowerPanelTex "__OTR__objects/object_tokei_step/gClocktowerPanelTex"
|
|
static const ALIGN_ASSET(2) char gClocktowerPanelTex[] = dgClocktowerPanelTex;
|
|
|
|
#define dgClocktowerPanelCol "__OTR__objects/object_tokei_step/gClocktowerPanelCol"
|
|
static const ALIGN_ASSET(2) char gClocktowerPanelCol[] = dgClocktowerPanelCol;
|
|
#endif // OBJECTS_OBJECT_TOKEI_STEP_H
|