mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-12-01 22:02:18 -05:00
164 lines
7.5 KiB
C
164 lines
7.5 KiB
C
|
#pragma once
|
||
|
#define dgKeeseFlyAnim "__OTR__objects/object_firefly/gKeeseFlyAnim"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gKeeseFlyAnim[] = dgKeeseFlyAnim;
|
||
|
#else
|
||
|
static const char gKeeseFlyAnim[] __attribute__((aligned (2))) = dgKeeseFlyAnim;
|
||
|
#endif
|
||
|
|
||
|
#define dgKeeseSkeleton "__OTR__objects/object_firefly/gKeeseSkeleton"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gKeeseSkeleton[] = dgKeeseSkeleton;
|
||
|
#else
|
||
|
static const char gKeeseSkeleton[] __attribute__((aligned (2))) = dgKeeseSkeleton;
|
||
|
#endif
|
||
|
|
||
|
#define dgKeeseEyesDL "__OTR__objects/object_firefly/gKeeseEyesDL"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gKeeseEyesDL[] = dgKeeseEyesDL;
|
||
|
#else
|
||
|
static const char gKeeseEyesDL[] __attribute__((aligned (2))) = dgKeeseEyesDL;
|
||
|
#endif
|
||
|
|
||
|
#define dgKeeseEyeTex "__OTR__objects/object_firefly/gKeeseEyeTex"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gKeeseEyeTex[] = dgKeeseEyeTex;
|
||
|
#else
|
||
|
static const char gKeeseEyeTex[] __attribute__((aligned (2))) = dgKeeseEyeTex;
|
||
|
#endif
|
||
|
|
||
|
#define dgKeeseBodyTex "__OTR__objects/object_firefly/gKeeseBodyTex"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gKeeseBodyTex[] = dgKeeseBodyTex;
|
||
|
#else
|
||
|
static const char gKeeseBodyTex[] __attribute__((aligned (2))) = dgKeeseBodyTex;
|
||
|
#endif
|
||
|
|
||
|
#define dgKeeseTalonTex "__OTR__objects/object_firefly/gKeeseTalonTex"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gKeeseTalonTex[] = dgKeeseTalonTex;
|
||
|
#else
|
||
|
static const char gKeeseTalonTex[] __attribute__((aligned (2))) = dgKeeseTalonTex;
|
||
|
#endif
|
||
|
|
||
|
#define dgKeeseWingTex "__OTR__objects/object_firefly/gKeeseWingTex"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gKeeseWingTex[] = dgKeeseWingTex;
|
||
|
#else
|
||
|
static const char gKeeseWingTex[] __attribute__((aligned (2))) = dgKeeseWingTex;
|
||
|
#endif
|
||
|
|
||
|
#define dgKeeseEarTex "__OTR__objects/object_firefly/gKeeseEarTex"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gKeeseEarTex[] = dgKeeseEarTex;
|
||
|
#else
|
||
|
static const char gKeeseEarTex[] __attribute__((aligned (2))) = dgKeeseEarTex;
|
||
|
#endif
|
||
|
|
||
|
#define dgFireKeeseBodyTex "__OTR__objects/object_firefly/gFireKeeseBodyTex"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gFireKeeseBodyTex[] = dgFireKeeseBodyTex;
|
||
|
#else
|
||
|
static const char gFireKeeseBodyTex[] __attribute__((aligned (2))) = dgFireKeeseBodyTex;
|
||
|
#endif
|
||
|
|
||
|
#define dgFireKeeseEyeTex "__OTR__objects/object_firefly/gFireKeeseEyeTex"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gFireKeeseEyeTex[] = dgFireKeeseEyeTex;
|
||
|
#else
|
||
|
static const char gFireKeeseEyeTex[] __attribute__((aligned (2))) = dgFireKeeseEyeTex;
|
||
|
#endif
|
||
|
|
||
|
#define dgFireKeeseEarTex "__OTR__objects/object_firefly/gFireKeeseEarTex"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gFireKeeseEarTex[] = dgFireKeeseEarTex;
|
||
|
#else
|
||
|
static const char gFireKeeseEarTex[] __attribute__((aligned (2))) = dgFireKeeseEarTex;
|
||
|
#endif
|
||
|
|
||
|
#define dgFireKeeseTalonTex "__OTR__objects/object_firefly/gFireKeeseTalonTex"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gFireKeeseTalonTex[] = dgFireKeeseTalonTex;
|
||
|
#else
|
||
|
static const char gFireKeeseTalonTex[] __attribute__((aligned (2))) = dgFireKeeseTalonTex;
|
||
|
#endif
|
||
|
|
||
|
#define dgFireKeeseWingTex "__OTR__objects/object_firefly/gFireKeeseWingTex"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gFireKeeseWingTex[] = dgFireKeeseWingTex;
|
||
|
#else
|
||
|
static const char gFireKeeseWingTex[] __attribute__((aligned (2))) = dgFireKeeseWingTex;
|
||
|
#endif
|
||
|
|
||
|
#define dgKeeseSkeletonLimbsLimb_001744DL_001100 "__OTR__objects/object_firefly/gKeeseSkeletonLimbsLimb_001744DL_001100"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gKeeseSkeletonLimbsLimb_001744DL_001100[] = dgKeeseSkeletonLimbsLimb_001744DL_001100;
|
||
|
#else
|
||
|
static const char gKeeseSkeletonLimbsLimb_001744DL_001100[] __attribute__((aligned (2))) = dgKeeseSkeletonLimbsLimb_001744DL_001100;
|
||
|
#endif
|
||
|
|
||
|
#define dgKeeseSkeletonLimbsLimb_001768DL_001038 "__OTR__objects/object_firefly/gKeeseSkeletonLimbsLimb_001768DL_001038"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gKeeseSkeletonLimbsLimb_001768DL_001038[] = dgKeeseSkeletonLimbsLimb_001768DL_001038;
|
||
|
#else
|
||
|
static const char gKeeseSkeletonLimbsLimb_001768DL_001038[] __attribute__((aligned (2))) = dgKeeseSkeletonLimbsLimb_001768DL_001038;
|
||
|
#endif
|
||
|
|
||
|
#define dgKeeseSkeletonLimbsLimb_001774DL_000F40 "__OTR__objects/object_firefly/gKeeseSkeletonLimbsLimb_001774DL_000F40"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gKeeseSkeletonLimbsLimb_001774DL_000F40[] = dgKeeseSkeletonLimbsLimb_001774DL_000F40;
|
||
|
#else
|
||
|
static const char gKeeseSkeletonLimbsLimb_001774DL_000F40[] __attribute__((aligned (2))) = dgKeeseSkeletonLimbsLimb_001774DL_000F40;
|
||
|
#endif
|
||
|
|
||
|
#define dgKeeseSkeletonLimbsLimb_0017B0DL_001420 "__OTR__objects/object_firefly/gKeeseSkeletonLimbsLimb_0017B0DL_001420"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gKeeseSkeletonLimbsLimb_0017B0DL_001420[] = dgKeeseSkeletonLimbsLimb_0017B0DL_001420;
|
||
|
#else
|
||
|
static const char gKeeseSkeletonLimbsLimb_0017B0DL_001420[] __attribute__((aligned (2))) = dgKeeseSkeletonLimbsLimb_0017B0DL_001420;
|
||
|
#endif
|
||
|
|
||
|
#define dgKeeseSkeletonLimbsLimb_0017BCDL_0014E8 "__OTR__objects/object_firefly/gKeeseSkeletonLimbsLimb_0017BCDL_0014E8"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gKeeseSkeletonLimbsLimb_0017BCDL_0014E8[] = dgKeeseSkeletonLimbsLimb_0017BCDL_0014E8;
|
||
|
#else
|
||
|
static const char gKeeseSkeletonLimbsLimb_0017BCDL_0014E8[] __attribute__((aligned (2))) = dgKeeseSkeletonLimbsLimb_0017BCDL_0014E8;
|
||
|
#endif
|
||
|
|
||
|
#define dgKeeseSkeletonLimbsLimb_0017C8DL_0015B0 "__OTR__objects/object_firefly/gKeeseSkeletonLimbsLimb_0017C8DL_0015B0"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gKeeseSkeletonLimbsLimb_0017C8DL_0015B0[] = dgKeeseSkeletonLimbsLimb_0017C8DL_0015B0;
|
||
|
#else
|
||
|
static const char gKeeseSkeletonLimbsLimb_0017C8DL_0015B0[] __attribute__((aligned (2))) = dgKeeseSkeletonLimbsLimb_0017C8DL_0015B0;
|
||
|
#endif
|
||
|
|
||
|
#define dgKeeseSkeletonLimbsLimb_001804DL_001358 "__OTR__objects/object_firefly/gKeeseSkeletonLimbsLimb_001804DL_001358"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gKeeseSkeletonLimbsLimb_001804DL_001358[] = dgKeeseSkeletonLimbsLimb_001804DL_001358;
|
||
|
#else
|
||
|
static const char gKeeseSkeletonLimbsLimb_001804DL_001358[] __attribute__((aligned (2))) = dgKeeseSkeletonLimbsLimb_001804DL_001358;
|
||
|
#endif
|
||
|
|
||
|
#define dgKeeseSkeletonLimbsLimb_001810DL_001290 "__OTR__objects/object_firefly/gKeeseSkeletonLimbsLimb_001810DL_001290"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gKeeseSkeletonLimbsLimb_001810DL_001290[] = dgKeeseSkeletonLimbsLimb_001810DL_001290;
|
||
|
#else
|
||
|
static const char gKeeseSkeletonLimbsLimb_001810DL_001290[] __attribute__((aligned (2))) = dgKeeseSkeletonLimbsLimb_001810DL_001290;
|
||
|
#endif
|
||
|
|
||
|
#define dgKeeseSkeletonLimbsLimb_00181CDL_0011C8 "__OTR__objects/object_firefly/gKeeseSkeletonLimbsLimb_00181CDL_0011C8"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gKeeseSkeletonLimbsLimb_00181CDL_0011C8[] = dgKeeseSkeletonLimbsLimb_00181CDL_0011C8;
|
||
|
#else
|
||
|
static const char gKeeseSkeletonLimbsLimb_00181CDL_0011C8[] __attribute__((aligned (2))) = dgKeeseSkeletonLimbsLimb_00181CDL_0011C8;
|
||
|
#endif
|
||
|
|
||
|
#define dgKeeseSkeletonLimbsLimb_001840DL_000D30 "__OTR__objects/object_firefly/gKeeseSkeletonLimbsLimb_001840DL_000D30"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gKeeseSkeletonLimbsLimb_001840DL_000D30[] = dgKeeseSkeletonLimbsLimb_001840DL_000D30;
|
||
|
#else
|
||
|
static const char gKeeseSkeletonLimbsLimb_001840DL_000D30[] __attribute__((aligned (2))) = dgKeeseSkeletonLimbsLimb_001840DL_000D30;
|
||
|
#endif
|
||
|
|
||
|
|