#pragma once #define dgDampeRaceDoorDL "__OTR__objects/object_relay_objects/gDampeRaceDoorDL" #ifdef _WIN32 static const __declspec(align(2)) char gDampeRaceDoorDL[] = dgDampeRaceDoorDL; #else static const char gDampeRaceDoorDL[] __attribute__((aligned (2))) = dgDampeRaceDoorDL; #endif #define dgWindmillRotatingPlatformDL "__OTR__objects/object_relay_objects/gWindmillRotatingPlatformDL" #ifdef _WIN32 static const __declspec(align(2)) char gWindmillRotatingPlatformDL[] = dgWindmillRotatingPlatformDL; #else static const char gWindmillRotatingPlatformDL[] __attribute__((aligned (2))) = dgWindmillRotatingPlatformDL; #endif #define dgWindmillRotatingPlatformTLUT "__OTR__objects/object_relay_objects/gWindmillRotatingPlatformTLUT" #ifdef _WIN32 static const __declspec(align(2)) char gWindmillRotatingPlatformTLUT[] = dgWindmillRotatingPlatformTLUT; #else static const char gWindmillRotatingPlatformTLUT[] __attribute__((aligned (2))) = dgWindmillRotatingPlatformTLUT; #endif #define dgWindmillRotatingPlatform1Tex "__OTR__objects/object_relay_objects/gWindmillRotatingPlatform1Tex" #ifdef _WIN32 static const __declspec(align(2)) char gWindmillRotatingPlatform1Tex[] = dgWindmillRotatingPlatform1Tex; #else static const char gWindmillRotatingPlatform1Tex[] __attribute__((aligned (2))) = dgWindmillRotatingPlatform1Tex; #endif #define dgWindmillRotatingPlatform2Tex "__OTR__objects/object_relay_objects/gWindmillRotatingPlatform2Tex" #ifdef _WIN32 static const __declspec(align(2)) char gWindmillRotatingPlatform2Tex[] = dgWindmillRotatingPlatform2Tex; #else static const char gWindmillRotatingPlatform2Tex[] __attribute__((aligned (2))) = dgWindmillRotatingPlatform2Tex; #endif #define dgDampeRaceDoorTex "__OTR__objects/object_relay_objects/gDampeRaceDoorTex" #ifdef _WIN32 static const __declspec(align(2)) char gDampeRaceDoorTex[] = dgDampeRaceDoorTex; #else static const char gDampeRaceDoorTex[] __attribute__((aligned (2))) = dgDampeRaceDoorTex; #endif #define dgDampeRaceDoorCol "__OTR__objects/object_relay_objects/gDampeRaceDoorCol" #ifdef _WIN32 static const __declspec(align(2)) char gDampeRaceDoorCol[] = dgDampeRaceDoorCol; #else static const char gDampeRaceDoorCol[] __attribute__((aligned (2))) = dgDampeRaceDoorCol; #endif #define dgWindmillRotatingPlatformCol "__OTR__objects/object_relay_objects/gWindmillRotatingPlatformCol" #ifdef _WIN32 static const __declspec(align(2)) char gWindmillRotatingPlatformCol[] = dgWindmillRotatingPlatformCol; #else static const char gWindmillRotatingPlatformCol[] __attribute__((aligned (2))) = dgWindmillRotatingPlatformCol; #endif