Shipwright/soh/assets/objects/object_mamenoki/object_mamenoki.h

80 lines
3.3 KiB
C
Raw Normal View History

2023-02-14 08:29:46 -05:00
#pragma once
#define dgMagicBeanSeedlingDL "__OTR__objects/object_mamenoki/gMagicBeanSeedlingDL"
#ifdef _WIN32
static const __declspec(align(2)) char gMagicBeanSeedlingDL[] = dgMagicBeanSeedlingDL;
#else
static const char gMagicBeanSeedlingDL[] __attribute__((aligned (2))) = dgMagicBeanSeedlingDL;
#endif
#define dgMagicBeanStemDL "__OTR__objects/object_mamenoki/gMagicBeanStemDL"
#ifdef _WIN32
static const __declspec(align(2)) char gMagicBeanStemDL[] = dgMagicBeanStemDL;
#else
static const char gMagicBeanStemDL[] __attribute__((aligned (2))) = dgMagicBeanStemDL;
#endif
#define dgMagicBeanPlatformDL "__OTR__objects/object_mamenoki/gMagicBeanPlatformDL"
#ifdef _WIN32
static const __declspec(align(2)) char gMagicBeanPlatformDL[] = dgMagicBeanPlatformDL;
#else
static const char gMagicBeanPlatformDL[] __attribute__((aligned (2))) = dgMagicBeanPlatformDL;
#endif
#define dgMagicBeanSoftSoilDL "__OTR__objects/object_mamenoki/gMagicBeanSoftSoilDL"
#ifdef _WIN32
static const __declspec(align(2)) char gMagicBeanSoftSoilDL[] = dgMagicBeanSoftSoilDL;
#else
static const char gMagicBeanSoftSoilDL[] __attribute__((aligned (2))) = dgMagicBeanSoftSoilDL;
#endif
#define dgMagicBeanSoftSoilTex "__OTR__objects/object_mamenoki/gMagicBeanSoftSoilTex"
#ifdef _WIN32
static const __declspec(align(2)) char gMagicBeanSoftSoilTex[] = dgMagicBeanSoftSoilTex;
#else
static const char gMagicBeanSoftSoilTex[] __attribute__((aligned (2))) = dgMagicBeanSoftSoilTex;
#endif
#define dgMagicBeanSeedlingTex "__OTR__objects/object_mamenoki/gMagicBeanSeedlingTex"
#ifdef _WIN32
static const __declspec(align(2)) char gMagicBeanSeedlingTex[] = dgMagicBeanSeedlingTex;
#else
static const char gMagicBeanSeedlingTex[] __attribute__((aligned (2))) = dgMagicBeanSeedlingTex;
#endif
#define dgMagicBeanPlatformTex "__OTR__objects/object_mamenoki/gMagicBeanPlatformTex"
#ifdef _WIN32
static const __declspec(align(2)) char gMagicBeanPlatformTex[] = dgMagicBeanPlatformTex;
#else
static const char gMagicBeanPlatformTex[] __attribute__((aligned (2))) = dgMagicBeanPlatformTex;
#endif
#define dgMagicBeanPlatformStemTex "__OTR__objects/object_mamenoki/gMagicBeanPlatformStemTex"
#ifdef _WIN32
static const __declspec(align(2)) char gMagicBeanPlatformStemTex[] = dgMagicBeanPlatformStemTex;
#else
static const char gMagicBeanPlatformStemTex[] __attribute__((aligned (2))) = dgMagicBeanPlatformStemTex;
#endif
#define dgMagicBeanPlatformRootsTex "__OTR__objects/object_mamenoki/gMagicBeanPlatformRootsTex"
#ifdef _WIN32
static const __declspec(align(2)) char gMagicBeanPlatformRootsTex[] = dgMagicBeanPlatformRootsTex;
#else
static const char gMagicBeanPlatformRootsTex[] __attribute__((aligned (2))) = dgMagicBeanPlatformRootsTex;
#endif
#define dgMagicBeanStemTex "__OTR__objects/object_mamenoki/gMagicBeanStemTex"
#ifdef _WIN32
static const __declspec(align(2)) char gMagicBeanStemTex[] = dgMagicBeanStemTex;
#else
static const char gMagicBeanStemTex[] __attribute__((aligned (2))) = dgMagicBeanStemTex;
#endif
#define dgMagicBeanPlatformCol "__OTR__objects/object_mamenoki/gMagicBeanPlatformCol"
#ifdef _WIN32
static const __declspec(align(2)) char gMagicBeanPlatformCol[] = dgMagicBeanPlatformCol;
#else
static const char gMagicBeanPlatformCol[] __attribute__((aligned (2))) = dgMagicBeanPlatformCol;
#endif