#pragma once #define dgGohmaTitleCardENGTex "__OTR__textures/object_goma/gGohmaTitleCardENGTex" #ifdef _WIN32 static const __declspec(align(2)) char gGohmaTitleCardENGTex[] = dgGohmaTitleCardENGTex; #else static const char gGohmaTitleCardENGTex[] __attribute__((aligned (2))) = dgGohmaTitleCardENGTex; #endif #define dgGohmaTitleCardGERTex "__OTR__textures/object_goma/gGohmaTitleCardGERTex" #ifdef _WIN32 static const __declspec(align(2)) char gGohmaTitleCardGERTex[] = dgGohmaTitleCardGERTex; #else static const char gGohmaTitleCardGERTex[] __attribute__((aligned (2))) = dgGohmaTitleCardGERTex; #endif #define dgGohmaTitleCardFRATex "__OTR__textures/object_goma/gGohmaTitleCardFRATex" #ifdef _WIN32 static const __declspec(align(2)) char gGohmaTitleCardFRATex[] = dgGohmaTitleCardFRATex; #else static const char gGohmaTitleCardFRATex[] __attribute__((aligned (2))) = dgGohmaTitleCardFRATex; #endif