66 lines
2.4 KiB
C
66 lines
2.4 KiB
C
#pragma once
|
|
#define dgPillarDL "__OTR__objects/object_jya_iron/gPillarDL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPillarDL[] = dgPillarDL;
|
|
#else
|
|
static const char gPillarDL[] __attribute__((aligned (2))) = dgPillarDL;
|
|
#endif
|
|
|
|
#define dgObjectJyaIronDL_000600 "__OTR__objects/object_jya_iron/gObjectJyaIronDL_000600"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gObjectJyaIronDL_000600[] = dgObjectJyaIronDL_000600;
|
|
#else
|
|
static const char gObjectJyaIronDL_000600[] __attribute__((aligned (2))) = dgObjectJyaIronDL_000600;
|
|
#endif
|
|
|
|
#define dgObjectJyaIronDL_000880 "__OTR__objects/object_jya_iron/gObjectJyaIronDL_000880"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gObjectJyaIronDL_000880[] = dgObjectJyaIronDL_000880;
|
|
#else
|
|
static const char gObjectJyaIronDL_000880[] __attribute__((aligned (2))) = dgObjectJyaIronDL_000880;
|
|
#endif
|
|
|
|
#define dgObjectJyaIronDL_000AE0 "__OTR__objects/object_jya_iron/gObjectJyaIronDL_000AE0"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gObjectJyaIronDL_000AE0[] = dgObjectJyaIronDL_000AE0;
|
|
#else
|
|
static const char gObjectJyaIronDL_000AE0[] __attribute__((aligned (2))) = dgObjectJyaIronDL_000AE0;
|
|
#endif
|
|
|
|
#define dgPillarCol "__OTR__objects/object_jya_iron/gPillarCol"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPillarCol[] = dgPillarCol;
|
|
#else
|
|
static const char gPillarCol[] __attribute__((aligned (2))) = dgPillarCol;
|
|
#endif
|
|
|
|
#define dgThroneDL "__OTR__objects/object_jya_iron/gThroneDL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gThroneDL[] = dgThroneDL;
|
|
#else
|
|
static const char gThroneDL[] __attribute__((aligned (2))) = dgThroneDL;
|
|
#endif
|
|
|
|
#define dgThroneCol "__OTR__objects/object_jya_iron/gThroneCol"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gThroneCol[] = dgThroneCol;
|
|
#else
|
|
static const char gThroneCol[] __attribute__((aligned (2))) = dgThroneCol;
|
|
#endif
|
|
|
|
#define dgPillarSideTex "__OTR__objects/object_jya_iron/gPillarSideTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPillarSideTex[] = dgPillarSideTex;
|
|
#else
|
|
static const char gPillarSideTex[] __attribute__((aligned (2))) = dgPillarSideTex;
|
|
#endif
|
|
|
|
#define dgPillarTopTex "__OTR__objects/object_jya_iron/gPillarTopTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPillarTopTex[] = dgPillarTopTex;
|
|
#else
|
|
static const char gPillarTopTex[] __attribute__((aligned (2))) = dgPillarTopTex;
|
|
#endif
|
|
|
|
|