mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-01 08:05:07 -04:00
171 lines
6.9 KiB
C
171 lines
6.9 KiB
C
|
#pragma once
|
||
|
#define dgBariWaitingAnim "__OTR__objects/object_vali/gBariWaitingAnim"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gBariWaitingAnim[] = dgBariWaitingAnim;
|
||
|
#else
|
||
|
static const char gBariWaitingAnim[] __attribute__((aligned (2))) = dgBariWaitingAnim;
|
||
|
#endif
|
||
|
|
||
|
#define dgBariRetaliatingAnim "__OTR__objects/object_vali/gBariRetaliatingAnim"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gBariRetaliatingAnim[] = dgBariRetaliatingAnim;
|
||
|
#else
|
||
|
static const char gBariRetaliatingAnim[] __attribute__((aligned (2))) = dgBariRetaliatingAnim;
|
||
|
#endif
|
||
|
|
||
|
#define dgBariMovingArmsDownAnim "__OTR__objects/object_vali/gBariMovingArmsDownAnim"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gBariMovingArmsDownAnim[] = dgBariMovingArmsDownAnim;
|
||
|
#else
|
||
|
static const char gBariMovingArmsDownAnim[] __attribute__((aligned (2))) = dgBariMovingArmsDownAnim;
|
||
|
#endif
|
||
|
|
||
|
#define dgBariUnusedAnim_000D9C "__OTR__objects/object_vali/gBariUnusedAnim_000D9C"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gBariUnusedAnim_000D9C[] = dgBariUnusedAnim_000D9C;
|
||
|
#else
|
||
|
static const char gBariUnusedAnim_000D9C[] __attribute__((aligned (2))) = dgBariUnusedAnim_000D9C;
|
||
|
#endif
|
||
|
|
||
|
#define dgBariLurkingAnim "__OTR__objects/object_vali/gBariLurkingAnim"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gBariLurkingAnim[] = dgBariLurkingAnim;
|
||
|
#else
|
||
|
static const char gBariLurkingAnim[] __attribute__((aligned (2))) = dgBariLurkingAnim;
|
||
|
#endif
|
||
|
|
||
|
#define dgBariInnerHoodDL "__OTR__objects/object_vali/gBariInnerHoodDL"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gBariInnerHoodDL[] = dgBariInnerHoodDL;
|
||
|
#else
|
||
|
static const char gBariInnerHoodDL[] __attribute__((aligned (2))) = dgBariInnerHoodDL;
|
||
|
#endif
|
||
|
|
||
|
#define dgBariNucleusDL "__OTR__objects/object_vali/gBariNucleusDL"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gBariNucleusDL[] = dgBariNucleusDL;
|
||
|
#else
|
||
|
static const char gBariNucleusDL[] __attribute__((aligned (2))) = dgBariNucleusDL;
|
||
|
#endif
|
||
|
|
||
|
#define dgBariOuterHoodDL "__OTR__objects/object_vali/gBariOuterHoodDL"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gBariOuterHoodDL[] = dgBariOuterHoodDL;
|
||
|
#else
|
||
|
static const char gBariOuterHoodDL[] __attribute__((aligned (2))) = dgBariOuterHoodDL;
|
||
|
#endif
|
||
|
|
||
|
#define dgBariRightMandibleDL "__OTR__objects/object_vali/gBariRightMandibleDL"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gBariRightMandibleDL[] = dgBariRightMandibleDL;
|
||
|
#else
|
||
|
static const char gBariRightMandibleDL[] __attribute__((aligned (2))) = dgBariRightMandibleDL;
|
||
|
#endif
|
||
|
|
||
|
#define dgBariLeftMandibleDL "__OTR__objects/object_vali/gBariLeftMandibleDL"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gBariLeftMandibleDL[] = dgBariLeftMandibleDL;
|
||
|
#else
|
||
|
static const char gBariLeftMandibleDL[] __attribute__((aligned (2))) = dgBariLeftMandibleDL;
|
||
|
#endif
|
||
|
|
||
|
#define dgBariRightClawTipDL "__OTR__objects/object_vali/gBariRightClawTipDL"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gBariRightClawTipDL[] = dgBariRightClawTipDL;
|
||
|
#else
|
||
|
static const char gBariRightClawTipDL[] __attribute__((aligned (2))) = dgBariRightClawTipDL;
|
||
|
#endif
|
||
|
|
||
|
#define dgBariRightClawBodyDL "__OTR__objects/object_vali/gBariRightClawBodyDL"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gBariRightClawBodyDL[] = dgBariRightClawBodyDL;
|
||
|
#else
|
||
|
static const char gBariRightClawBodyDL[] __attribute__((aligned (2))) = dgBariRightClawBodyDL;
|
||
|
#endif
|
||
|
|
||
|
#define dgBariRightForearmDL "__OTR__objects/object_vali/gBariRightForearmDL"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gBariRightForearmDL[] = dgBariRightForearmDL;
|
||
|
#else
|
||
|
static const char gBariRightForearmDL[] __attribute__((aligned (2))) = dgBariRightForearmDL;
|
||
|
#endif
|
||
|
|
||
|
#define dgBariRightUpperArmDL "__OTR__objects/object_vali/gBariRightUpperArmDL"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gBariRightUpperArmDL[] = dgBariRightUpperArmDL;
|
||
|
#else
|
||
|
static const char gBariRightUpperArmDL[] __attribute__((aligned (2))) = dgBariRightUpperArmDL;
|
||
|
#endif
|
||
|
|
||
|
#define dgBariLeftClawTipDL "__OTR__objects/object_vali/gBariLeftClawTipDL"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gBariLeftClawTipDL[] = dgBariLeftClawTipDL;
|
||
|
#else
|
||
|
static const char gBariLeftClawTipDL[] __attribute__((aligned (2))) = dgBariLeftClawTipDL;
|
||
|
#endif
|
||
|
|
||
|
#define dgBariLeftClawBodyDL "__OTR__objects/object_vali/gBariLeftClawBodyDL"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gBariLeftClawBodyDL[] = dgBariLeftClawBodyDL;
|
||
|
#else
|
||
|
static const char gBariLeftClawBodyDL[] __attribute__((aligned (2))) = dgBariLeftClawBodyDL;
|
||
|
#endif
|
||
|
|
||
|
#define dgBariLeftForearmDL "__OTR__objects/object_vali/gBariLeftForearmDL"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gBariLeftForearmDL[] = dgBariLeftForearmDL;
|
||
|
#else
|
||
|
static const char gBariLeftForearmDL[] __attribute__((aligned (2))) = dgBariLeftForearmDL;
|
||
|
#endif
|
||
|
|
||
|
#define dgBariLeftUpperArmDL "__OTR__objects/object_vali/gBariLeftUpperArmDL"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gBariLeftUpperArmDL[] = dgBariLeftUpperArmDL;
|
||
|
#else
|
||
|
static const char gBariLeftUpperArmDL[] __attribute__((aligned (2))) = dgBariLeftUpperArmDL;
|
||
|
#endif
|
||
|
|
||
|
#define dgBariNucleusTex "__OTR__objects/object_vali/gBariNucleusTex"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gBariNucleusTex[] = dgBariNucleusTex;
|
||
|
#else
|
||
|
static const char gBariNucleusTex[] __attribute__((aligned (2))) = dgBariNucleusTex;
|
||
|
#endif
|
||
|
|
||
|
#define dgBariMandibleClawTex "__OTR__objects/object_vali/gBariMandibleClawTex"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gBariMandibleClawTex[] = dgBariMandibleClawTex;
|
||
|
#else
|
||
|
static const char gBariMandibleClawTex[] __attribute__((aligned (2))) = dgBariMandibleClawTex;
|
||
|
#endif
|
||
|
|
||
|
#define dgBariOuterHoodForearmTex "__OTR__objects/object_vali/gBariOuterHoodForearmTex"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gBariOuterHoodForearmTex[] = dgBariOuterHoodForearmTex;
|
||
|
#else
|
||
|
static const char gBariOuterHoodForearmTex[] __attribute__((aligned (2))) = dgBariOuterHoodForearmTex;
|
||
|
#endif
|
||
|
|
||
|
#define dgBariOuterHoodBottomTex "__OTR__objects/object_vali/gBariOuterHoodBottomTex"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gBariOuterHoodBottomTex[] = dgBariOuterHoodBottomTex;
|
||
|
#else
|
||
|
static const char gBariOuterHoodBottomTex[] __attribute__((aligned (2))) = dgBariOuterHoodBottomTex;
|
||
|
#endif
|
||
|
|
||
|
#define dgBariInnerHoodTex "__OTR__objects/object_vali/gBariInnerHoodTex"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gBariInnerHoodTex[] = dgBariInnerHoodTex;
|
||
|
#else
|
||
|
static const char gBariInnerHoodTex[] __attribute__((aligned (2))) = dgBariInnerHoodTex;
|
||
|
#endif
|
||
|
|
||
|
#define dgBariSkel "__OTR__objects/object_vali/gBariSkel"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gBariSkel[] = dgBariSkel;
|
||
|
#else
|
||
|
static const char gBariSkel[] __attribute__((aligned (2))) = dgBariSkel;
|
||
|
#endif
|
||
|
|
||
|
|