Shipwright/soh/assets/objects/object_syokudai/object_syokudai.h

59 lines
2.2 KiB
C
Raw Normal View History

2023-02-14 08:29:46 -05:00
#pragma once
#define dgGoldenTorchDL "__OTR__objects/object_syokudai/gGoldenTorchDL"
#ifdef _WIN32
static const __declspec(align(2)) char gGoldenTorchDL[] = dgGoldenTorchDL;
#else
static const char gGoldenTorchDL[] __attribute__((aligned (2))) = dgGoldenTorchDL;
#endif
#define dgWoodenTorchDL "__OTR__objects/object_syokudai/gWoodenTorchDL"
#ifdef _WIN32
static const __declspec(align(2)) char gWoodenTorchDL[] = dgWoodenTorchDL;
#else
static const char gWoodenTorchDL[] __attribute__((aligned (2))) = dgWoodenTorchDL;
#endif
#define dgTimedTorchDL "__OTR__objects/object_syokudai/gTimedTorchDL"
#ifdef _WIN32
static const __declspec(align(2)) char gTimedTorchDL[] = dgTimedTorchDL;
#else
static const char gTimedTorchDL[] __attribute__((aligned (2))) = dgTimedTorchDL;
#endif
#define dgGoldenTorch1Tex "__OTR__objects/object_syokudai/gGoldenTorch1Tex"
#ifdef _WIN32
static const __declspec(align(2)) char gGoldenTorch1Tex[] = dgGoldenTorch1Tex;
#else
static const char gGoldenTorch1Tex[] __attribute__((aligned (2))) = dgGoldenTorch1Tex;
#endif
#define dgGoldenTorch2Tex "__OTR__objects/object_syokudai/gGoldenTorch2Tex"
#ifdef _WIN32
static const __declspec(align(2)) char gGoldenTorch2Tex[] = dgGoldenTorch2Tex;
#else
static const char gGoldenTorch2Tex[] __attribute__((aligned (2))) = dgGoldenTorch2Tex;
#endif
#define dgTorchFlameGuardTex "__OTR__objects/object_syokudai/gTorchFlameGuardTex"
#ifdef _WIN32
static const __declspec(align(2)) char gTorchFlameGuardTex[] = dgTorchFlameGuardTex;
#else
static const char gTorchFlameGuardTex[] __attribute__((aligned (2))) = dgTorchFlameGuardTex;
#endif
#define dgTimedTorchTex "__OTR__objects/object_syokudai/gTimedTorchTex"
#ifdef _WIN32
static const __declspec(align(2)) char gTimedTorchTex[] = dgTimedTorchTex;
#else
static const char gTimedTorchTex[] __attribute__((aligned (2))) = dgTimedTorchTex;
#endif
#define dgWoodenTorchTex "__OTR__objects/object_syokudai/gWoodenTorchTex"
#ifdef _WIN32
static const __declspec(align(2)) char gWoodenTorchTex[] = dgWoodenTorchTex;
#else
static const char gWoodenTorchTex[] __attribute__((aligned (2))) = dgWoodenTorchTex;
#endif