Files
Shiip-of-Hakinian-Espanol/soh/assets/objects/object_gi_purse/object_gi_purse.h
2023-02-14 08:29:46 -05:00

94 lines
4.2 KiB
C

#pragma once
#define dgGiAdultWalletColorDL "__OTR__objects/object_gi_purse/gGiAdultWalletColorDL"
#ifdef _WIN32
static const __declspec(align(2)) char gGiAdultWalletColorDL[] = dgGiAdultWalletColorDL;
#else
static const char gGiAdultWalletColorDL[] __attribute__((aligned (2))) = dgGiAdultWalletColorDL;
#endif
#define dgGiGiantsWalletColorDL "__OTR__objects/object_gi_purse/gGiGiantsWalletColorDL"
#ifdef _WIN32
static const __declspec(align(2)) char gGiGiantsWalletColorDL[] = dgGiGiantsWalletColorDL;
#else
static const char gGiGiantsWalletColorDL[] __attribute__((aligned (2))) = dgGiGiantsWalletColorDL;
#endif
#define dgGiAdultWalletRupeeOuterColorDL "__OTR__objects/object_gi_purse/gGiAdultWalletRupeeOuterColorDL"
#ifdef _WIN32
static const __declspec(align(2)) char gGiAdultWalletRupeeOuterColorDL[] = dgGiAdultWalletRupeeOuterColorDL;
#else
static const char gGiAdultWalletRupeeOuterColorDL[] __attribute__((aligned (2))) = dgGiAdultWalletRupeeOuterColorDL;
#endif
#define dgGiAdultWalletStringColorDL "__OTR__objects/object_gi_purse/gGiAdultWalletStringColorDL"
#ifdef _WIN32
static const __declspec(align(2)) char gGiAdultWalletStringColorDL[] = dgGiAdultWalletStringColorDL;
#else
static const char gGiAdultWalletStringColorDL[] __attribute__((aligned (2))) = dgGiAdultWalletStringColorDL;
#endif
#define dgGiAdultWalletRupeeInnerColorDL "__OTR__objects/object_gi_purse/gGiAdultWalletRupeeInnerColorDL"
#ifdef _WIN32
static const __declspec(align(2)) char gGiAdultWalletRupeeInnerColorDL[] = dgGiAdultWalletRupeeInnerColorDL;
#else
static const char gGiAdultWalletRupeeInnerColorDL[] __attribute__((aligned (2))) = dgGiAdultWalletRupeeInnerColorDL;
#endif
#define dgGiGiantsWalletRupeeOuterColorDL "__OTR__objects/object_gi_purse/gGiGiantsWalletRupeeOuterColorDL"
#ifdef _WIN32
static const __declspec(align(2)) char gGiGiantsWalletRupeeOuterColorDL[] = dgGiGiantsWalletRupeeOuterColorDL;
#else
static const char gGiGiantsWalletRupeeOuterColorDL[] __attribute__((aligned (2))) = dgGiGiantsWalletRupeeOuterColorDL;
#endif
#define dgGiGiantsWalletStringColorDL "__OTR__objects/object_gi_purse/gGiGiantsWalletStringColorDL"
#ifdef _WIN32
static const __declspec(align(2)) char gGiGiantsWalletStringColorDL[] = dgGiGiantsWalletStringColorDL;
#else
static const char gGiGiantsWalletStringColorDL[] __attribute__((aligned (2))) = dgGiGiantsWalletStringColorDL;
#endif
#define dgGiGiantsWalletRupeeInnerColorDL "__OTR__objects/object_gi_purse/gGiGiantsWalletRupeeInnerColorDL"
#ifdef _WIN32
static const __declspec(align(2)) char gGiGiantsWalletRupeeInnerColorDL[] = dgGiGiantsWalletRupeeInnerColorDL;
#else
static const char gGiGiantsWalletRupeeInnerColorDL[] __attribute__((aligned (2))) = dgGiGiantsWalletRupeeInnerColorDL;
#endif
#define dgGiWalletDL "__OTR__objects/object_gi_purse/gGiWalletDL"
#ifdef _WIN32
static const __declspec(align(2)) char gGiWalletDL[] = dgGiWalletDL;
#else
static const char gGiWalletDL[] __attribute__((aligned (2))) = dgGiWalletDL;
#endif
#define dgGiWalletRupeeOuterDL "__OTR__objects/object_gi_purse/gGiWalletRupeeOuterDL"
#ifdef _WIN32
static const __declspec(align(2)) char gGiWalletRupeeOuterDL[] = dgGiWalletRupeeOuterDL;
#else
static const char gGiWalletRupeeOuterDL[] __attribute__((aligned (2))) = dgGiWalletRupeeOuterDL;
#endif
#define dgGiWalletStringDL "__OTR__objects/object_gi_purse/gGiWalletStringDL"
#ifdef _WIN32
static const __declspec(align(2)) char gGiWalletStringDL[] = dgGiWalletStringDL;
#else
static const char gGiWalletStringDL[] __attribute__((aligned (2))) = dgGiWalletStringDL;
#endif
#define dgGiWalletRupeeInnerDL "__OTR__objects/object_gi_purse/gGiWalletRupeeInnerDL"
#ifdef _WIN32
static const __declspec(align(2)) char gGiWalletRupeeInnerDL[] = dgGiWalletRupeeInnerDL;
#else
static const char gGiWalletRupeeInnerDL[] __attribute__((aligned (2))) = dgGiWalletRupeeInnerDL;
#endif
#define dobject_gi_purseTex_000000 "__OTR__objects/object_gi_purse/object_gi_purseTex_000000"
#ifdef _WIN32
static const __declspec(align(2)) char object_gi_purseTex_000000[] = dobject_gi_purseTex_000000;
#else
static const char object_gi_purseTex_000000[] __attribute__((aligned (2))) = dobject_gi_purseTex_000000;
#endif