blob: bfdbc450878c1f4a26e441a2960b8d7da0a72932 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
#ifndef OBJECTS_OBJECT_DORA_H
#define OBJECTS_OBJECT_DORA_H 1
#include "align_asset_macro.h"
#define dgKendoKanbanDL "__OTR__objects/object_dora/gKendoKanbanDL"
static const ALIGN_ASSET(2) char gKendoKanbanDL[] = dgKendoKanbanDL;
#define dgKendoKanbanFrontTex "__OTR__objects/object_dora/gKendoKanbanFrontTex"
static const ALIGN_ASSET(2) char gKendoKanbanFrontTex[] = dgKendoKanbanFrontTex;
#define dgKendoKanbanSideTex "__OTR__objects/object_dora/gKendoKanbanSideTex"
static const ALIGN_ASSET(2) char gKendoKanbanSideTex[] = dgKendoKanbanSideTex;
#define dgKendoKanbanTopRightDL "__OTR__objects/object_dora/gKendoKanbanTopRightDL"
static const ALIGN_ASSET(2) char gKendoKanbanTopRightDL[] = dgKendoKanbanTopRightDL;
#define dgKendoKanbanTopLeftDL "__OTR__objects/object_dora/gKendoKanbanTopLeftDL"
static const ALIGN_ASSET(2) char gKendoKanbanTopLeftDL[] = dgKendoKanbanTopLeftDL;
#define dgKendoKanbanBottomLeftDL "__OTR__objects/object_dora/gKendoKanbanBottomLeftDL"
static const ALIGN_ASSET(2) char gKendoKanbanBottomLeftDL[] = dgKendoKanbanBottomLeftDL;
#define dgKendoKanbanBottomRightDL "__OTR__objects/object_dora/gKendoKanbanBottomRightDL"
static const ALIGN_ASSET(2) char gKendoKanbanBottomRightDL[] = dgKendoKanbanBottomRightDL;
#define dgKendoKanbanSplitFrontTex "__OTR__objects/object_dora/gKendoKanbanSplitFrontTex"
static const ALIGN_ASSET(2) char gKendoKanbanSplitFrontTex[] = dgKendoKanbanSplitFrontTex;
#define dgKendoKanbanSplitSideTex "__OTR__objects/object_dora/gKendoKanbanSplitSideTex"
static const ALIGN_ASSET(2) char gKendoKanbanSplitSideTex[] = dgKendoKanbanSplitSideTex;
#define dgDoraGongDL "__OTR__objects/object_dora/gDoraGongDL"
static const ALIGN_ASSET(2) char gDoraGongDL[] = dgDoraGongDL;
#define dgDoraChainDL "__OTR__objects/object_dora/gDoraChainDL"
static const ALIGN_ASSET(2) char gDoraChainDL[] = dgDoraChainDL;
#define dgDoraGongTex "__OTR__objects/object_dora/gDoraGongTex"
static const ALIGN_ASSET(2) char gDoraGongTex[] = dgDoraGongTex;
#define dgDoraChainTex "__OTR__objects/object_dora/gDoraChainTex"
static const ALIGN_ASSET(2) char gDoraChainTex[] = dgDoraChainTex;
#endif // OBJECTS_OBJECT_DORA_H
|