mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
48 lines
2.5 KiB
C
48 lines
2.5 KiB
C
#ifndef OBJECTS_OBJECT_KANBAN_H
|
|
#define OBJECTS_OBJECT_KANBAN_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgSignMaterialDL "__OTR__objects/object_kanban/gSignMaterialDL"
|
|
static const ALIGN_ASSET(2) char gSignMaterialDL[] = dgSignMaterialDL;
|
|
|
|
#define dgSignUpperSideLeftModelDL "__OTR__objects/object_kanban/gSignUpperSideLeftModelDL"
|
|
static const ALIGN_ASSET(2) char gSignUpperSideLeftModelDL[] = dgSignUpperSideLeftModelDL;
|
|
|
|
#define dgSignLeftSideUpperModelDL "__OTR__objects/object_kanban/gSignLeftSideUpperModelDL"
|
|
static const ALIGN_ASSET(2) char gSignLeftSideUpperModelDL[] = dgSignLeftSideUpperModelDL;
|
|
|
|
#define dgSignLeftSideLowerModelDL "__OTR__objects/object_kanban/gSignLeftSideLowerModelDL"
|
|
static const ALIGN_ASSET(2) char gSignLeftSideLowerModelDL[] = dgSignLeftSideLowerModelDL;
|
|
|
|
#define dgSignRightSideUpperModelDL "__OTR__objects/object_kanban/gSignRightSideUpperModelDL"
|
|
static const ALIGN_ASSET(2) char gSignRightSideUpperModelDL[] = dgSignRightSideUpperModelDL;
|
|
|
|
#define dgSignRightSideLowerModelDL "__OTR__objects/object_kanban/gSignRightSideLowerModelDL"
|
|
static const ALIGN_ASSET(2) char gSignRightSideLowerModelDL[] = dgSignRightSideLowerModelDL;
|
|
|
|
#define dgSignLowerSideLeftModelDL "__OTR__objects/object_kanban/gSignLowerSideLeftModelDL"
|
|
static const ALIGN_ASSET(2) char gSignLowerSideLeftModelDL[] = dgSignLowerSideLeftModelDL;
|
|
|
|
#define dgSignUpperSideRightModelDL "__OTR__objects/object_kanban/gSignUpperSideRightModelDL"
|
|
static const ALIGN_ASSET(2) char gSignUpperSideRightModelDL[] = dgSignUpperSideRightModelDL;
|
|
|
|
#define dgSignLowerSideRightModelDL "__OTR__objects/object_kanban/gSignLowerSideRightModelDL"
|
|
static const ALIGN_ASSET(2) char gSignLowerSideRightModelDL[] = dgSignLowerSideRightModelDL;
|
|
|
|
#define dgSignPostUpperModelDL "__OTR__objects/object_kanban/gSignPostUpperModelDL"
|
|
static const ALIGN_ASSET(2) char gSignPostUpperModelDL[] = dgSignPostUpperModelDL;
|
|
|
|
#define dgSignPostLowerModelDL "__OTR__objects/object_kanban/gSignPostLowerModelDL"
|
|
static const ALIGN_ASSET(2) char gSignPostLowerModelDL[] = dgSignPostLowerModelDL;
|
|
|
|
#define dgSignPostStandModelDL "__OTR__objects/object_kanban/gSignPostStandModelDL"
|
|
static const ALIGN_ASSET(2) char gSignPostStandModelDL[] = dgSignPostStandModelDL;
|
|
|
|
#define dgSignParticleDL "__OTR__objects/object_kanban/gSignParticleDL"
|
|
static const ALIGN_ASSET(2) char gSignParticleDL[] = dgSignParticleDL;
|
|
|
|
#define dgSignParticleTex "__OTR__objects/object_kanban/gSignParticleTex"
|
|
static const ALIGN_ASSET(2) char gSignParticleTex[] = dgSignParticleTex;
|
|
#endif // OBJECTS_OBJECT_KANBAN_H
|