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

101 lines
4.3 KiB
C

#pragma once
#define dgGTGDoorTex "__OTR__objects/object_menkuri_objects/gGTGDoorTex"
#ifdef _WIN32
static const __declspec(align(2)) char gGTGDoorTex[] = dgGTGDoorTex;
#else
static const char gGTGDoorTex[] __attribute__((aligned (2))) = dgGTGDoorTex;
#endif
#define dgGTGFakeWallTex "__OTR__objects/object_menkuri_objects/gGTGFakeWallTex"
#ifdef _WIN32
static const __declspec(align(2)) char gGTGFakeWallTex[] = dgGTGFakeWallTex;
#else
static const char gGTGFakeWallTex[] __attribute__((aligned (2))) = dgGTGFakeWallTex;
#endif
#define dgGTGFakeCeilingTex "__OTR__objects/object_menkuri_objects/gGTGFakeCeilingTex"
#ifdef _WIN32
static const __declspec(align(2)) char gGTGFakeCeilingTex[] = dgGTGFakeCeilingTex;
#else
static const char gGTGFakeCeilingTex[] __attribute__((aligned (2))) = dgGTGFakeCeilingTex;
#endif
#define dgGTGRotatingRingPlatformInnerCircleTex "__OTR__objects/object_menkuri_objects/gGTGRotatingRingPlatformInnerCircleTex"
#ifdef _WIN32
static const __declspec(align(2)) char gGTGRotatingRingPlatformInnerCircleTex[] = dgGTGRotatingRingPlatformInnerCircleTex;
#else
static const char gGTGRotatingRingPlatformInnerCircleTex[] __attribute__((aligned (2))) = dgGTGRotatingRingPlatformInnerCircleTex;
#endif
#define dgGTGStatueTex "__OTR__objects/object_menkuri_objects/gGTGStatueTex"
#ifdef _WIN32
static const __declspec(align(2)) char gGTGStatueTex[] = dgGTGStatueTex;
#else
static const char gGTGStatueTex[] __attribute__((aligned (2))) = dgGTGStatueTex;
#endif
#define dgGTGTex_6310 "__OTR__objects/object_menkuri_objects/gGTGTex_6310"
#ifdef _WIN32
static const __declspec(align(2)) char gGTGTex_6310[] = dgGTGTex_6310;
#else
static const char gGTGTex_6310[] __attribute__((aligned (2))) = dgGTGTex_6310;
#endif
#define dgGTGStatueEyeTex "__OTR__objects/object_menkuri_objects/gGTGStatueEyeTex"
#ifdef _WIN32
static const __declspec(align(2)) char gGTGStatueEyeTex[] = dgGTGStatueEyeTex;
#else
static const char gGTGStatueEyeTex[] __attribute__((aligned (2))) = dgGTGStatueEyeTex;
#endif
#define dgGTGRotatingRingPlatformOuterCircleTex "__OTR__objects/object_menkuri_objects/gGTGRotatingRingPlatformOuterCircleTex"
#ifdef _WIN32
static const __declspec(align(2)) char gGTGRotatingRingPlatformOuterCircleTex[] = dgGTGRotatingRingPlatformOuterCircleTex;
#else
static const char gGTGRotatingRingPlatformOuterCircleTex[] __attribute__((aligned (2))) = dgGTGRotatingRingPlatformOuterCircleTex;
#endif
#define dgGTGDoorDL "__OTR__objects/object_menkuri_objects/gGTGDoorDL"
#ifdef _WIN32
static const __declspec(align(2)) char gGTGDoorDL[] = dgGTGDoorDL;
#else
static const char gGTGDoorDL[] __attribute__((aligned (2))) = dgGTGDoorDL;
#endif
#define dgGTGFakeWallDL "__OTR__objects/object_menkuri_objects/gGTGFakeWallDL"
#ifdef _WIN32
static const __declspec(align(2)) char gGTGFakeWallDL[] = dgGTGFakeWallDL;
#else
static const char gGTGFakeWallDL[] __attribute__((aligned (2))) = dgGTGFakeWallDL;
#endif
#define dgGTGFakeCeilingDL "__OTR__objects/object_menkuri_objects/gGTGFakeCeilingDL"
#ifdef _WIN32
static const __declspec(align(2)) char gGTGFakeCeilingDL[] = dgGTGFakeCeilingDL;
#else
static const char gGTGFakeCeilingDL[] __attribute__((aligned (2))) = dgGTGFakeCeilingDL;
#endif
#define dgGTGEyeStatueEyeDL "__OTR__objects/object_menkuri_objects/gGTGEyeStatueEyeDL"
#ifdef _WIN32
static const __declspec(align(2)) char gGTGEyeStatueEyeDL[] = dgGTGEyeStatueEyeDL;
#else
static const char gGTGEyeStatueEyeDL[] __attribute__((aligned (2))) = dgGTGEyeStatueEyeDL;
#endif
#define dgGTGRotatingRingPlatformDL "__OTR__objects/object_menkuri_objects/gGTGRotatingRingPlatformDL"
#ifdef _WIN32
static const __declspec(align(2)) char gGTGRotatingRingPlatformDL[] = dgGTGRotatingRingPlatformDL;
#else
static const char gGTGRotatingRingPlatformDL[] __attribute__((aligned (2))) = dgGTGRotatingRingPlatformDL;
#endif
#define dgGTGRotatingRingPlatformCol "__OTR__objects/object_menkuri_objects/gGTGRotatingRingPlatformCol"
#ifdef _WIN32
static const __declspec(align(2)) char gGTGRotatingRingPlatformCol[] = dgGTGRotatingRingPlatformCol;
#else
static const char gGTGRotatingRingPlatformCol[] __attribute__((aligned (2))) = dgGTGRotatingRingPlatformCol;
#endif