mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-01 16:15:07 -04:00
90 lines
4.2 KiB
C
90 lines
4.2 KiB
C
|
#pragma once
|
||
|
#define dgGoronCityDaruniaCorrectCs "__OTR__scenes/nonmq/spot18_scene/gGoronCityDaruniaCorrectCs"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gGoronCityDaruniaCorrectCs[] = dgGoronCityDaruniaCorrectCs;
|
||
|
#else
|
||
|
static const char gGoronCityDaruniaCorrectCs[] __attribute__((aligned (2))) = dgGoronCityDaruniaCorrectCs;
|
||
|
#endif
|
||
|
|
||
|
#define dgGoronCityDarunia01Cs "__OTR__scenes/nonmq/spot18_scene/gGoronCityDarunia01Cs"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gGoronCityDarunia01Cs[] = dgGoronCityDarunia01Cs;
|
||
|
#else
|
||
|
static const char gGoronCityDarunia01Cs[] __attribute__((aligned (2))) = dgGoronCityDarunia01Cs;
|
||
|
#endif
|
||
|
|
||
|
#define dgGoronCityDaruniaWrongCs "__OTR__scenes/nonmq/spot18_scene/gGoronCityDaruniaWrongCs"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gGoronCityDaruniaWrongCs[] = dgGoronCityDaruniaWrongCs;
|
||
|
#else
|
||
|
static const char gGoronCityDaruniaWrongCs[] __attribute__((aligned (2))) = dgGoronCityDaruniaWrongCs;
|
||
|
#endif
|
||
|
|
||
|
#define dgGoronCityIntroCs "__OTR__scenes/nonmq/spot18_scene/gGoronCityIntroCs"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gGoronCityIntroCs[] = dgGoronCityIntroCs;
|
||
|
#else
|
||
|
static const char gGoronCityIntroCs[] __attribute__((aligned (2))) = dgGoronCityIntroCs;
|
||
|
#endif
|
||
|
|
||
|
#define dgGoronCityNightEntranceTex "__OTR__scenes/nonmq/spot18_scene/gGoronCityNightEntranceTex"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gGoronCityNightEntranceTex[] = dgGoronCityNightEntranceTex;
|
||
|
#else
|
||
|
static const char gGoronCityNightEntranceTex[] __attribute__((aligned (2))) = dgGoronCityNightEntranceTex;
|
||
|
#endif
|
||
|
|
||
|
#define dgGoronCityDayEntranceTex "__OTR__scenes/nonmq/spot18_scene/gGoronCityDayEntranceTex"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gGoronCityDayEntranceTex[] = dgGoronCityDayEntranceTex;
|
||
|
#else
|
||
|
static const char gGoronCityDayEntranceTex[] __attribute__((aligned (2))) = dgGoronCityDayEntranceTex;
|
||
|
#endif
|
||
|
|
||
|
#define dspot18_sceneCollisionHeader_0059AC "__OTR__scenes/nonmq/spot18_scene/spot18_sceneCollisionHeader_0059AC"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char spot18_sceneCollisionHeader_0059AC[] = dspot18_sceneCollisionHeader_0059AC;
|
||
|
#else
|
||
|
static const char spot18_sceneCollisionHeader_0059AC[] __attribute__((aligned (2))) = dspot18_sceneCollisionHeader_0059AC;
|
||
|
#endif
|
||
|
|
||
|
#define dspot18_sceneTLUT_0085C0 "__OTR__scenes/nonmq/spot18_scene/spot18_sceneTLUT_0085C0"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char spot18_sceneTLUT_0085C0[] = dspot18_sceneTLUT_0085C0;
|
||
|
#else
|
||
|
static const char spot18_sceneTLUT_0085C0[] __attribute__((aligned (2))) = dspot18_sceneTLUT_0085C0;
|
||
|
#endif
|
||
|
|
||
|
#define dspot18_sceneTex_009C48 "__OTR__scenes/nonmq/spot18_scene/spot18_sceneTex_009C48"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char spot18_sceneTex_009C48[] = dspot18_sceneTex_009C48;
|
||
|
#else
|
||
|
static const char spot18_sceneTex_009C48[] __attribute__((aligned (2))) = dspot18_sceneTex_009C48;
|
||
|
#endif
|
||
|
|
||
|
#define dspot18_sceneTex_009008 "__OTR__scenes/nonmq/spot18_scene/spot18_sceneTex_009008"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char spot18_sceneTex_009008[] = dspot18_sceneTex_009008;
|
||
|
#else
|
||
|
static const char spot18_sceneTex_009008[] __attribute__((aligned (2))) = dspot18_sceneTex_009008;
|
||
|
#endif
|
||
|
|
||
|
#define dspot18_sceneTex_0087C8 "__OTR__scenes/nonmq/spot18_scene/spot18_sceneTex_0087C8"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char spot18_sceneTex_0087C8[] = dspot18_sceneTex_0087C8;
|
||
|
#else
|
||
|
static const char spot18_sceneTex_0087C8[] __attribute__((aligned (2))) = dspot18_sceneTex_0087C8;
|
||
|
#endif
|
||
|
|
||
|
#define dspot18_sceneTex_009848 "__OTR__scenes/nonmq/spot18_scene/spot18_sceneTex_009848"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char spot18_sceneTex_009848[] = dspot18_sceneTex_009848;
|
||
|
#else
|
||
|
static const char spot18_sceneTex_009848[] __attribute__((aligned (2))) = dspot18_sceneTex_009848;
|
||
|
#endif
|
||
|
|
||
|
#define dspot18_sceneCollisionHeader_0059AC "__OTR__scenes/nonmq/spot18_scene/spot18_sceneCollisionHeader_0059AC"
|
||
|
#define dspot18_sceneCollisionHeader_0059AC "__OTR__scenes/nonmq/spot18_scene/spot18_sceneCollisionHeader_0059AC"
|
||
|
#define dspot18_sceneCollisionHeader_0059AC "__OTR__scenes/nonmq/spot18_scene/spot18_sceneCollisionHeader_0059AC"
|
||
|
|