mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-29 21:02:18 -05:00
192 lines
7.2 KiB
C
192 lines
7.2 KiB
C
#pragma once
|
|
#define dgCneSkel "__OTR__objects/object_cne/gCneSkel"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gCneSkel[] = dgCneSkel;
|
|
#else
|
|
static const char gCneSkel[] __attribute__((aligned (2))) = dgCneSkel;
|
|
#endif
|
|
|
|
#define dgCneTLUT "__OTR__objects/object_cne/gCneTLUT"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gCneTLUT[] = dgCneTLUT;
|
|
#else
|
|
static const char gCneTLUT[] __attribute__((aligned (2))) = dgCneTLUT;
|
|
#endif
|
|
|
|
#define dgCneSkinTex "__OTR__objects/object_cne/gCneSkinTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gCneSkinTex[] = dgCneSkinTex;
|
|
#else
|
|
static const char gCneSkinTex[] __attribute__((aligned (2))) = dgCneSkinTex;
|
|
#endif
|
|
|
|
#define dgCneBrownHairTex "__OTR__objects/object_cne/gCneBrownHairTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gCneBrownHairTex[] = dgCneBrownHairTex;
|
|
#else
|
|
static const char gCneBrownHairTex[] __attribute__((aligned (2))) = dgCneBrownHairTex;
|
|
#endif
|
|
|
|
#define dgCneHandTex "__OTR__objects/object_cne/gCneHandTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gCneHandTex[] = dgCneHandTex;
|
|
#else
|
|
static const char gCneHandTex[] __attribute__((aligned (2))) = dgCneHandTex;
|
|
#endif
|
|
|
|
#define dgCneBrownHairSkinTex "__OTR__objects/object_cne/gCneBrownHairSkinTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gCneBrownHairSkinTex[] = dgCneBrownHairSkinTex;
|
|
#else
|
|
static const char gCneBrownHairSkinTex[] __attribute__((aligned (2))) = dgCneBrownHairSkinTex;
|
|
#endif
|
|
|
|
#define dgCneBrownHairFaceTex "__OTR__objects/object_cne/gCneBrownHairFaceTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gCneBrownHairFaceTex[] = dgCneBrownHairFaceTex;
|
|
#else
|
|
static const char gCneBrownHairFaceTex[] __attribute__((aligned (2))) = dgCneBrownHairFaceTex;
|
|
#endif
|
|
|
|
#define dgCneDressTex "__OTR__objects/object_cne/gCneDressTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gCneDressTex[] = dgCneDressTex;
|
|
#else
|
|
static const char gCneDressTex[] __attribute__((aligned (2))) = dgCneDressTex;
|
|
#endif
|
|
|
|
#define dgCneDressNeckTex "__OTR__objects/object_cne/gCneDressNeckTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gCneDressNeckTex[] = dgCneDressNeckTex;
|
|
#else
|
|
static const char gCneDressNeckTex[] __attribute__((aligned (2))) = dgCneDressNeckTex;
|
|
#endif
|
|
|
|
#define dgCneHeadBrownHairDL "__OTR__objects/object_cne/gCneHeadBrownHairDL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gCneHeadBrownHairDL[] = dgCneHeadBrownHairDL;
|
|
#else
|
|
static const char gCneHeadBrownHairDL[] __attribute__((aligned (2))) = dgCneHeadBrownHairDL;
|
|
#endif
|
|
|
|
#define dgCneRightHandDL "__OTR__objects/object_cne/gCneRightHandDL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gCneRightHandDL[] = dgCneRightHandDL;
|
|
#else
|
|
static const char gCneRightHandDL[] __attribute__((aligned (2))) = dgCneRightHandDL;
|
|
#endif
|
|
|
|
#define dgCneRightForearmDL "__OTR__objects/object_cne/gCneRightForearmDL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gCneRightForearmDL[] = dgCneRightForearmDL;
|
|
#else
|
|
static const char gCneRightForearmDL[] __attribute__((aligned (2))) = dgCneRightForearmDL;
|
|
#endif
|
|
|
|
#define dgCneRightUpperArmDL "__OTR__objects/object_cne/gCneRightUpperArmDL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gCneRightUpperArmDL[] = dgCneRightUpperArmDL;
|
|
#else
|
|
static const char gCneRightUpperArmDL[] __attribute__((aligned (2))) = dgCneRightUpperArmDL;
|
|
#endif
|
|
|
|
#define dgCneLeftHandDL "__OTR__objects/object_cne/gCneLeftHandDL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gCneLeftHandDL[] = dgCneLeftHandDL;
|
|
#else
|
|
static const char gCneLeftHandDL[] __attribute__((aligned (2))) = dgCneLeftHandDL;
|
|
#endif
|
|
|
|
#define dgCneLeftForearmDL "__OTR__objects/object_cne/gCneLeftForearmDL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gCneLeftForearmDL[] = dgCneLeftForearmDL;
|
|
#else
|
|
static const char gCneLeftForearmDL[] __attribute__((aligned (2))) = dgCneLeftForearmDL;
|
|
#endif
|
|
|
|
#define dgCneLeftUpperArmDL "__OTR__objects/object_cne/gCneLeftUpperArmDL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gCneLeftUpperArmDL[] = dgCneLeftUpperArmDL;
|
|
#else
|
|
static const char gCneLeftUpperArmDL[] __attribute__((aligned (2))) = dgCneLeftUpperArmDL;
|
|
#endif
|
|
|
|
#define dgCneTorsoDL "__OTR__objects/object_cne/gCneTorsoDL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gCneTorsoDL[] = dgCneTorsoDL;
|
|
#else
|
|
static const char gCneTorsoDL[] __attribute__((aligned (2))) = dgCneTorsoDL;
|
|
#endif
|
|
|
|
#define dgCneRightFootDL "__OTR__objects/object_cne/gCneRightFootDL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gCneRightFootDL[] = dgCneRightFootDL;
|
|
#else
|
|
static const char gCneRightFootDL[] __attribute__((aligned (2))) = dgCneRightFootDL;
|
|
#endif
|
|
|
|
#define dgCneRightShinDL "__OTR__objects/object_cne/gCneRightShinDL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gCneRightShinDL[] = dgCneRightShinDL;
|
|
#else
|
|
static const char gCneRightShinDL[] __attribute__((aligned (2))) = dgCneRightShinDL;
|
|
#endif
|
|
|
|
#define dgCneRightThighDL "__OTR__objects/object_cne/gCneRightThighDL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gCneRightThighDL[] = dgCneRightThighDL;
|
|
#else
|
|
static const char gCneRightThighDL[] __attribute__((aligned (2))) = dgCneRightThighDL;
|
|
#endif
|
|
|
|
#define dgCneLeftFootDL "__OTR__objects/object_cne/gCneLeftFootDL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gCneLeftFootDL[] = dgCneLeftFootDL;
|
|
#else
|
|
static const char gCneLeftFootDL[] __attribute__((aligned (2))) = dgCneLeftFootDL;
|
|
#endif
|
|
|
|
#define dgCneLeftShinDL "__OTR__objects/object_cne/gCneLeftShinDL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gCneLeftShinDL[] = dgCneLeftShinDL;
|
|
#else
|
|
static const char gCneLeftShinDL[] __attribute__((aligned (2))) = dgCneLeftShinDL;
|
|
#endif
|
|
|
|
#define dgCneLeftThighDL "__OTR__objects/object_cne/gCneLeftThighDL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gCneLeftThighDL[] = dgCneLeftThighDL;
|
|
#else
|
|
static const char gCneLeftThighDL[] __attribute__((aligned (2))) = dgCneLeftThighDL;
|
|
#endif
|
|
|
|
#define dgCnePelvisDL "__OTR__objects/object_cne/gCnePelvisDL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gCnePelvisDL[] = dgCnePelvisDL;
|
|
#else
|
|
static const char gCnePelvisDL[] __attribute__((aligned (2))) = dgCnePelvisDL;
|
|
#endif
|
|
|
|
#define dgCneOrangeHairFaceTex "__OTR__objects/object_cne/gCneOrangeHairFaceTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gCneOrangeHairFaceTex[] = dgCneOrangeHairFaceTex;
|
|
#else
|
|
static const char gCneOrangeHairFaceTex[] __attribute__((aligned (2))) = dgCneOrangeHairFaceTex;
|
|
#endif
|
|
|
|
#define dgCneOrangeHairSkinTex "__OTR__objects/object_cne/gCneOrangeHairSkinTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gCneOrangeHairSkinTex[] = dgCneOrangeHairSkinTex;
|
|
#else
|
|
static const char gCneOrangeHairSkinTex[] __attribute__((aligned (2))) = dgCneOrangeHairSkinTex;
|
|
#endif
|
|
|
|
#define dgCneHeadOrangeHairDL "__OTR__objects/object_cne/gCneHeadOrangeHairDL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gCneHeadOrangeHairDL[] = dgCneHeadOrangeHairDL;
|
|
#else
|
|
static const char gCneHeadOrangeHairDL[] __attribute__((aligned (2))) = dgCneHeadOrangeHairDL;
|
|
#endif
|
|
|
|
|