mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-23 01:42:19 -05:00
157 lines
6.3 KiB
C
157 lines
6.3 KiB
C
|
#pragma once
|
||
|
#define dgChuGirlSkel "__OTR__objects/object_bg/gChuGirlSkel"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gChuGirlSkel[] = dgChuGirlSkel;
|
||
|
#else
|
||
|
static const char gChuGirlSkel[] __attribute__((aligned (2))) = dgChuGirlSkel;
|
||
|
#endif
|
||
|
|
||
|
#define dgChuGirlWakeUpAnim "__OTR__objects/object_bg/gChuGirlWakeUpAnim"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gChuGirlWakeUpAnim[] = dgChuGirlWakeUpAnim;
|
||
|
#else
|
||
|
static const char gChuGirlWakeUpAnim[] __attribute__((aligned (2))) = dgChuGirlWakeUpAnim;
|
||
|
#endif
|
||
|
|
||
|
#define dgChuGirlNoddingOffAnim "__OTR__objects/object_bg/gChuGirlNoddingOffAnim"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gChuGirlNoddingOffAnim[] = dgChuGirlNoddingOffAnim;
|
||
|
#else
|
||
|
static const char gChuGirlNoddingOffAnim[] __attribute__((aligned (2))) = dgChuGirlNoddingOffAnim;
|
||
|
#endif
|
||
|
|
||
|
#define dgChuGirlLeanOverCounterAnim "__OTR__objects/object_bg/gChuGirlLeanOverCounterAnim"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gChuGirlLeanOverCounterAnim[] = dgChuGirlLeanOverCounterAnim;
|
||
|
#else
|
||
|
static const char gChuGirlLeanOverCounterAnim[] __attribute__((aligned (2))) = dgChuGirlLeanOverCounterAnim;
|
||
|
#endif
|
||
|
|
||
|
#define dgChuGirlWaistDL "__OTR__objects/object_bg/gChuGirlWaistDL"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gChuGirlWaistDL[] = dgChuGirlWaistDL;
|
||
|
#else
|
||
|
static const char gChuGirlWaistDL[] __attribute__((aligned (2))) = dgChuGirlWaistDL;
|
||
|
#endif
|
||
|
|
||
|
#define dgChuGirlTorsoDL "__OTR__objects/object_bg/gChuGirlTorsoDL"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gChuGirlTorsoDL[] = dgChuGirlTorsoDL;
|
||
|
#else
|
||
|
static const char gChuGirlTorsoDL[] __attribute__((aligned (2))) = dgChuGirlTorsoDL;
|
||
|
#endif
|
||
|
|
||
|
#define dgChuGirlNeckDL "__OTR__objects/object_bg/gChuGirlNeckDL"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gChuGirlNeckDL[] = dgChuGirlNeckDL;
|
||
|
#else
|
||
|
static const char gChuGirlNeckDL[] __attribute__((aligned (2))) = dgChuGirlNeckDL;
|
||
|
#endif
|
||
|
|
||
|
#define dgChuGirlHeadDL "__OTR__objects/object_bg/gChuGirlHeadDL"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gChuGirlHeadDL[] = dgChuGirlHeadDL;
|
||
|
#else
|
||
|
static const char gChuGirlHeadDL[] __attribute__((aligned (2))) = dgChuGirlHeadDL;
|
||
|
#endif
|
||
|
|
||
|
#define dgChuGirlLeftUpperArmDL "__OTR__objects/object_bg/gChuGirlLeftUpperArmDL"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gChuGirlLeftUpperArmDL[] = dgChuGirlLeftUpperArmDL;
|
||
|
#else
|
||
|
static const char gChuGirlLeftUpperArmDL[] __attribute__((aligned (2))) = dgChuGirlLeftUpperArmDL;
|
||
|
#endif
|
||
|
|
||
|
#define dgChuGirlLeftForearmDL "__OTR__objects/object_bg/gChuGirlLeftForearmDL"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gChuGirlLeftForearmDL[] = dgChuGirlLeftForearmDL;
|
||
|
#else
|
||
|
static const char gChuGirlLeftForearmDL[] __attribute__((aligned (2))) = dgChuGirlLeftForearmDL;
|
||
|
#endif
|
||
|
|
||
|
#define dgChuGirlLeftHandDL "__OTR__objects/object_bg/gChuGirlLeftHandDL"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gChuGirlLeftHandDL[] = dgChuGirlLeftHandDL;
|
||
|
#else
|
||
|
static const char gChuGirlLeftHandDL[] __attribute__((aligned (2))) = dgChuGirlLeftHandDL;
|
||
|
#endif
|
||
|
|
||
|
#define dgChuGirlRightUpperArmDL "__OTR__objects/object_bg/gChuGirlRightUpperArmDL"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gChuGirlRightUpperArmDL[] = dgChuGirlRightUpperArmDL;
|
||
|
#else
|
||
|
static const char gChuGirlRightUpperArmDL[] __attribute__((aligned (2))) = dgChuGirlRightUpperArmDL;
|
||
|
#endif
|
||
|
|
||
|
#define dgChuGirlRightForearmDL "__OTR__objects/object_bg/gChuGirlRightForearmDL"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gChuGirlRightForearmDL[] = dgChuGirlRightForearmDL;
|
||
|
#else
|
||
|
static const char gChuGirlRightForearmDL[] __attribute__((aligned (2))) = dgChuGirlRightForearmDL;
|
||
|
#endif
|
||
|
|
||
|
#define dgChuGirlRightHandDL "__OTR__objects/object_bg/gChuGirlRightHandDL"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gChuGirlRightHandDL[] = dgChuGirlRightHandDL;
|
||
|
#else
|
||
|
static const char gChuGirlRightHandDL[] __attribute__((aligned (2))) = dgChuGirlRightHandDL;
|
||
|
#endif
|
||
|
|
||
|
#define dgChuGirlMouthTex "__OTR__objects/object_bg/gChuGirlMouthTex"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gChuGirlMouthTex[] = dgChuGirlMouthTex;
|
||
|
#else
|
||
|
static const char gChuGirlMouthTex[] __attribute__((aligned (2))) = dgChuGirlMouthTex;
|
||
|
#endif
|
||
|
|
||
|
#define dgChuGirlSkinGradientTex "__OTR__objects/object_bg/gChuGirlSkinGradientTex"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gChuGirlSkinGradientTex[] = dgChuGirlSkinGradientTex;
|
||
|
#else
|
||
|
static const char gChuGirlSkinGradientTex[] __attribute__((aligned (2))) = dgChuGirlSkinGradientTex;
|
||
|
#endif
|
||
|
|
||
|
#define dgChuGirlSweaterTex "__OTR__objects/object_bg/gChuGirlSweaterTex"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gChuGirlSweaterTex[] = dgChuGirlSweaterTex;
|
||
|
#else
|
||
|
static const char gChuGirlSweaterTex[] __attribute__((aligned (2))) = dgChuGirlSweaterTex;
|
||
|
#endif
|
||
|
|
||
|
#define dgChuGirlUmbEarLicusTex "__OTR__objects/object_bg/gChuGirlUmbEarLicusTex"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gChuGirlUmbEarLicusTex[] = dgChuGirlUmbEarLicusTex;
|
||
|
#else
|
||
|
static const char gChuGirlUmbEarLicusTex[] __attribute__((aligned (2))) = dgChuGirlUmbEarLicusTex;
|
||
|
#endif
|
||
|
|
||
|
#define dgChuGirlHairTex "__OTR__objects/object_bg/gChuGirlHairTex"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gChuGirlHairTex[] = dgChuGirlHairTex;
|
||
|
#else
|
||
|
static const char gChuGirlHairTex[] __attribute__((aligned (2))) = dgChuGirlHairTex;
|
||
|
#endif
|
||
|
|
||
|
#define dgChuGirlEyeOpenTex "__OTR__objects/object_bg/gChuGirlEyeOpenTex"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gChuGirlEyeOpenTex[] = dgChuGirlEyeOpenTex;
|
||
|
#else
|
||
|
static const char gChuGirlEyeOpenTex[] __attribute__((aligned (2))) = dgChuGirlEyeOpenTex;
|
||
|
#endif
|
||
|
|
||
|
#define dgChuGirlEyeHalfTex "__OTR__objects/object_bg/gChuGirlEyeHalfTex"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gChuGirlEyeHalfTex[] = dgChuGirlEyeHalfTex;
|
||
|
#else
|
||
|
static const char gChuGirlEyeHalfTex[] __attribute__((aligned (2))) = dgChuGirlEyeHalfTex;
|
||
|
#endif
|
||
|
|
||
|
#define dgChuGirlEyeClosedTex "__OTR__objects/object_bg/gChuGirlEyeClosedTex"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gChuGirlEyeClosedTex[] = dgChuGirlEyeClosedTex;
|
||
|
#else
|
||
|
static const char gChuGirlEyeClosedTex[] __attribute__((aligned (2))) = dgChuGirlEyeClosedTex;
|
||
|
#endif
|
||
|
|
||
|
|