mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-01 16:15:07 -04:00
94 lines
3.7 KiB
C
94 lines
3.7 KiB
C
#pragma once
|
|
#define dgDCDayEntranceTex "__OTR__scenes/nonmq/ddan_scene/gDCDayEntranceTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gDCDayEntranceTex[] = dgDCDayEntranceTex;
|
|
#else
|
|
static const char gDCDayEntranceTex[] __attribute__((aligned (2))) = dgDCDayEntranceTex;
|
|
#endif
|
|
|
|
#define dgDCNightEntranceTex "__OTR__scenes/nonmq/ddan_scene/gDCNightEntranceTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gDCNightEntranceTex[] = dgDCNightEntranceTex;
|
|
#else
|
|
static const char gDCNightEntranceTex[] __attribute__((aligned (2))) = dgDCNightEntranceTex;
|
|
#endif
|
|
|
|
#define dgDCLavaFloor1Tex "__OTR__scenes/nonmq/ddan_scene/gDCLavaFloor1Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gDCLavaFloor1Tex[] = dgDCLavaFloor1Tex;
|
|
#else
|
|
static const char gDCLavaFloor1Tex[] __attribute__((aligned (2))) = dgDCLavaFloor1Tex;
|
|
#endif
|
|
|
|
#define dgDCLavaFloor2Tex "__OTR__scenes/nonmq/ddan_scene/gDCLavaFloor2Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gDCLavaFloor2Tex[] = dgDCLavaFloor2Tex;
|
|
#else
|
|
static const char gDCLavaFloor2Tex[] __attribute__((aligned (2))) = dgDCLavaFloor2Tex;
|
|
#endif
|
|
|
|
#define dgDCLavaFloor3Tex "__OTR__scenes/nonmq/ddan_scene/gDCLavaFloor3Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gDCLavaFloor3Tex[] = dgDCLavaFloor3Tex;
|
|
#else
|
|
static const char gDCLavaFloor3Tex[] __attribute__((aligned (2))) = dgDCLavaFloor3Tex;
|
|
#endif
|
|
|
|
#define dgDCLavaFloor4Tex "__OTR__scenes/nonmq/ddan_scene/gDCLavaFloor4Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gDCLavaFloor4Tex[] = dgDCLavaFloor4Tex;
|
|
#else
|
|
static const char gDCLavaFloor4Tex[] __attribute__((aligned (2))) = dgDCLavaFloor4Tex;
|
|
#endif
|
|
|
|
#define dgDCLavaFloor5Tex "__OTR__scenes/nonmq/ddan_scene/gDCLavaFloor5Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gDCLavaFloor5Tex[] = dgDCLavaFloor5Tex;
|
|
#else
|
|
static const char gDCLavaFloor5Tex[] __attribute__((aligned (2))) = dgDCLavaFloor5Tex;
|
|
#endif
|
|
|
|
#define dgDCLavaFloor6Tex "__OTR__scenes/nonmq/ddan_scene/gDCLavaFloor6Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gDCLavaFloor6Tex[] = dgDCLavaFloor6Tex;
|
|
#else
|
|
static const char gDCLavaFloor6Tex[] __attribute__((aligned (2))) = dgDCLavaFloor6Tex;
|
|
#endif
|
|
|
|
#define dgDCLavaFloor7Tex "__OTR__scenes/nonmq/ddan_scene/gDCLavaFloor7Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gDCLavaFloor7Tex[] = dgDCLavaFloor7Tex;
|
|
#else
|
|
static const char gDCLavaFloor7Tex[] __attribute__((aligned (2))) = dgDCLavaFloor7Tex;
|
|
#endif
|
|
|
|
#define dgDCLavaFloor8Tex "__OTR__scenes/nonmq/ddan_scene/gDCLavaFloor8Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gDCLavaFloor8Tex[] = dgDCLavaFloor8Tex;
|
|
#else
|
|
static const char gDCLavaFloor8Tex[] __attribute__((aligned (2))) = dgDCLavaFloor8Tex;
|
|
#endif
|
|
|
|
#define dgDcOpeningCs "__OTR__scenes/nonmq/ddan_scene/gDcOpeningCs"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gDcOpeningCs[] = dgDcOpeningCs;
|
|
#else
|
|
static const char gDcOpeningCs[] __attribute__((aligned (2))) = dgDcOpeningCs;
|
|
#endif
|
|
|
|
#define dddan_sceneCollisionHeader_011D38 "__OTR__scenes/nonmq/ddan_scene/ddan_sceneCollisionHeader_011D38"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char ddan_sceneCollisionHeader_011D38[] = dddan_sceneCollisionHeader_011D38;
|
|
#else
|
|
static const char ddan_sceneCollisionHeader_011D38[] __attribute__((aligned (2))) = dddan_sceneCollisionHeader_011D38;
|
|
#endif
|
|
|
|
#define dddan_sceneTLUT_011D70 "__OTR__scenes/nonmq/ddan_scene/ddan_sceneTLUT_011D70"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char ddan_sceneTLUT_011D70[] = dddan_sceneTLUT_011D70;
|
|
#else
|
|
static const char ddan_sceneTLUT_011D70[] __attribute__((aligned (2))) = dddan_sceneTLUT_011D70;
|
|
#endif
|
|
|
|
|