87 lines
3.8 KiB
C
87 lines
3.8 KiB
C
#pragma once
|
|
#define dgGiGreenRupeeInnerColorDL "__OTR__objects/object_gi_rupy/gGiGreenRupeeInnerColorDL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gGiGreenRupeeInnerColorDL[] = dgGiGreenRupeeInnerColorDL;
|
|
#else
|
|
static const char gGiGreenRupeeInnerColorDL[] __attribute__((aligned (2))) = dgGiGreenRupeeInnerColorDL;
|
|
#endif
|
|
|
|
#define dgGiBlueRupeeInnerColorDL "__OTR__objects/object_gi_rupy/gGiBlueRupeeInnerColorDL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gGiBlueRupeeInnerColorDL[] = dgGiBlueRupeeInnerColorDL;
|
|
#else
|
|
static const char gGiBlueRupeeInnerColorDL[] __attribute__((aligned (2))) = dgGiBlueRupeeInnerColorDL;
|
|
#endif
|
|
|
|
#define dgGiRedRupeeInnerColorDL "__OTR__objects/object_gi_rupy/gGiRedRupeeInnerColorDL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gGiRedRupeeInnerColorDL[] = dgGiRedRupeeInnerColorDL;
|
|
#else
|
|
static const char gGiRedRupeeInnerColorDL[] __attribute__((aligned (2))) = dgGiRedRupeeInnerColorDL;
|
|
#endif
|
|
|
|
#define dgGiPurpleRupeeInnerColorDL "__OTR__objects/object_gi_rupy/gGiPurpleRupeeInnerColorDL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gGiPurpleRupeeInnerColorDL[] = dgGiPurpleRupeeInnerColorDL;
|
|
#else
|
|
static const char gGiPurpleRupeeInnerColorDL[] __attribute__((aligned (2))) = dgGiPurpleRupeeInnerColorDL;
|
|
#endif
|
|
|
|
#define dgGiGoldRupeeInnerColorDL "__OTR__objects/object_gi_rupy/gGiGoldRupeeInnerColorDL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gGiGoldRupeeInnerColorDL[] = dgGiGoldRupeeInnerColorDL;
|
|
#else
|
|
static const char gGiGoldRupeeInnerColorDL[] __attribute__((aligned (2))) = dgGiGoldRupeeInnerColorDL;
|
|
#endif
|
|
|
|
#define dgGiGreenRupeeOuterColorDL "__OTR__objects/object_gi_rupy/gGiGreenRupeeOuterColorDL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gGiGreenRupeeOuterColorDL[] = dgGiGreenRupeeOuterColorDL;
|
|
#else
|
|
static const char gGiGreenRupeeOuterColorDL[] __attribute__((aligned (2))) = dgGiGreenRupeeOuterColorDL;
|
|
#endif
|
|
|
|
#define dgGiBlueRupeeOuterColorDL "__OTR__objects/object_gi_rupy/gGiBlueRupeeOuterColorDL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gGiBlueRupeeOuterColorDL[] = dgGiBlueRupeeOuterColorDL;
|
|
#else
|
|
static const char gGiBlueRupeeOuterColorDL[] __attribute__((aligned (2))) = dgGiBlueRupeeOuterColorDL;
|
|
#endif
|
|
|
|
#define dgGiRedRupeeOuterColorDL "__OTR__objects/object_gi_rupy/gGiRedRupeeOuterColorDL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gGiRedRupeeOuterColorDL[] = dgGiRedRupeeOuterColorDL;
|
|
#else
|
|
static const char gGiRedRupeeOuterColorDL[] __attribute__((aligned (2))) = dgGiRedRupeeOuterColorDL;
|
|
#endif
|
|
|
|
#define dgGiPurpleRupeeOuterColorDL "__OTR__objects/object_gi_rupy/gGiPurpleRupeeOuterColorDL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gGiPurpleRupeeOuterColorDL[] = dgGiPurpleRupeeOuterColorDL;
|
|
#else
|
|
static const char gGiPurpleRupeeOuterColorDL[] __attribute__((aligned (2))) = dgGiPurpleRupeeOuterColorDL;
|
|
#endif
|
|
|
|
#define dgGiGoldRupeeOuterColorDL "__OTR__objects/object_gi_rupy/gGiGoldRupeeOuterColorDL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gGiGoldRupeeOuterColorDL[] = dgGiGoldRupeeOuterColorDL;
|
|
#else
|
|
static const char gGiGoldRupeeOuterColorDL[] __attribute__((aligned (2))) = dgGiGoldRupeeOuterColorDL;
|
|
#endif
|
|
|
|
#define dgGiRupeeInnerDL "__OTR__objects/object_gi_rupy/gGiRupeeInnerDL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gGiRupeeInnerDL[] = dgGiRupeeInnerDL;
|
|
#else
|
|
static const char gGiRupeeInnerDL[] __attribute__((aligned (2))) = dgGiRupeeInnerDL;
|
|
#endif
|
|
|
|
#define dgGiRupeeOuterDL "__OTR__objects/object_gi_rupy/gGiRupeeOuterDL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gGiRupeeOuterDL[] = dgGiRupeeOuterDL;
|
|
#else
|
|
static const char gGiRupeeOuterDL[] __attribute__((aligned (2))) = dgGiRupeeOuterDL;
|
|
#endif
|
|
|
|
|