Shipwright/soh/assets/objects/object_hata/object_hata.h

108 lines
4.4 KiB
C
Raw Normal View History

2023-02-14 08:29:46 -05:00
#pragma once
#define dgFlagpoleCol "__OTR__objects/object_hata/gFlagpoleCol"
#ifdef _WIN32
static const __declspec(align(2)) char gFlagpoleCol[] = dgFlagpoleCol;
#else
static const char gFlagpoleCol[] __attribute__((aligned (2))) = dgFlagpoleCol;
#endif
#define dgFlagpoleFlapAnim "__OTR__objects/object_hata/gFlagpoleFlapAnim"
#ifdef _WIN32
static const __declspec(align(2)) char gFlagpoleFlapAnim[] = dgFlagpoleFlapAnim;
#else
static const char gFlagpoleFlapAnim[] __attribute__((aligned (2))) = dgFlagpoleFlapAnim;
#endif
#define dgFlagpoleSkel "__OTR__objects/object_hata/gFlagpoleSkel"
#ifdef _WIN32
static const __declspec(align(2)) char gFlagpoleSkel[] = dgFlagpoleSkel;
#else
static const char gFlagpoleSkel[] __attribute__((aligned (2))) = dgFlagpoleSkel;
#endif
#define dgFlagpolePoleDL "__OTR__objects/object_hata/gFlagpolePoleDL"
#ifdef _WIN32
static const __declspec(align(2)) char gFlagpolePoleDL[] = dgFlagpolePoleDL;
#else
static const char gFlagpolePoleDL[] __attribute__((aligned (2))) = dgFlagpolePoleDL;
#endif
#define dgFlagpoleFlag1FlyEndDL "__OTR__objects/object_hata/gFlagpoleFlag1FlyEndDL"
#ifdef _WIN32
static const __declspec(align(2)) char gFlagpoleFlag1FlyEndDL[] = dgFlagpoleFlag1FlyEndDL;
#else
static const char gFlagpoleFlag1FlyEndDL[] __attribute__((aligned (2))) = dgFlagpoleFlag1FlyEndDL;
#endif
#define dgFlagpoleFlag1FlyMidDL "__OTR__objects/object_hata/gFlagpoleFlag1FlyMidDL"
#ifdef _WIN32
static const __declspec(align(2)) char gFlagpoleFlag1FlyMidDL[] = dgFlagpoleFlag1FlyMidDL;
#else
static const char gFlagpoleFlag1FlyMidDL[] __attribute__((aligned (2))) = dgFlagpoleFlag1FlyMidDL;
#endif
#define dgFlagpoleFlag1HoistMidDL "__OTR__objects/object_hata/gFlagpoleFlag1HoistMidDL"
#ifdef _WIN32
static const __declspec(align(2)) char gFlagpoleFlag1HoistMidDL[] = dgFlagpoleFlag1HoistMidDL;
#else
static const char gFlagpoleFlag1HoistMidDL[] __attribute__((aligned (2))) = dgFlagpoleFlag1HoistMidDL;
#endif
#define dgFlagpoleFlag1HoistEndDL "__OTR__objects/object_hata/gFlagpoleFlag1HoistEndDL"
#ifdef _WIN32
static const __declspec(align(2)) char gFlagpoleFlag1HoistEndDL[] = dgFlagpoleFlag1HoistEndDL;
#else
static const char gFlagpoleFlag1HoistEndDL[] __attribute__((aligned (2))) = dgFlagpoleFlag1HoistEndDL;
#endif
#define dgFlagpoleFlag2FlyEndDL "__OTR__objects/object_hata/gFlagpoleFlag2FlyEndDL"
#ifdef _WIN32
static const __declspec(align(2)) char gFlagpoleFlag2FlyEndDL[] = dgFlagpoleFlag2FlyEndDL;
#else
static const char gFlagpoleFlag2FlyEndDL[] __attribute__((aligned (2))) = dgFlagpoleFlag2FlyEndDL;
#endif
#define dgFlagpoleFlag2FlyMidDL "__OTR__objects/object_hata/gFlagpoleFlag2FlyMidDL"
#ifdef _WIN32
static const __declspec(align(2)) char gFlagpoleFlag2FlyMidDL[] = dgFlagpoleFlag2FlyMidDL;
#else
static const char gFlagpoleFlag2FlyMidDL[] __attribute__((aligned (2))) = dgFlagpoleFlag2FlyMidDL;
#endif
#define dgFlagpoleFlag2HoistMidDL "__OTR__objects/object_hata/gFlagpoleFlag2HoistMidDL"
#ifdef _WIN32
static const __declspec(align(2)) char gFlagpoleFlag2HoistMidDL[] = dgFlagpoleFlag2HoistMidDL;
#else
static const char gFlagpoleFlag2HoistMidDL[] __attribute__((aligned (2))) = dgFlagpoleFlag2HoistMidDL;
#endif
#define dgFlagpoleFlag2HoistEndDL "__OTR__objects/object_hata/gFlagpoleFlag2HoistEndDL"
#ifdef _WIN32
static const __declspec(align(2)) char gFlagpoleFlag2HoistEndDL[] = dgFlagpoleFlag2HoistEndDL;
#else
static const char gFlagpoleFlag2HoistEndDL[] __attribute__((aligned (2))) = dgFlagpoleFlag2HoistEndDL;
#endif
#define dgFlagpolePoleTex "__OTR__objects/object_hata/gFlagpolePoleTex"
#ifdef _WIN32
static const __declspec(align(2)) char gFlagpolePoleTex[] = dgFlagpolePoleTex;
#else
static const char gFlagpolePoleTex[] __attribute__((aligned (2))) = dgFlagpolePoleTex;
#endif
#define dgFlagpoleTopTex "__OTR__objects/object_hata/gFlagpoleTopTex"
#ifdef _WIN32
static const __declspec(align(2)) char gFlagpoleTopTex[] = dgFlagpoleTopTex;
#else
static const char gFlagpoleTopTex[] __attribute__((aligned (2))) = dgFlagpoleTopTex;
#endif
#define dgFlagpoleFlagTex "__OTR__objects/object_hata/gFlagpoleFlagTex"
#ifdef _WIN32
static const __declspec(align(2)) char gFlagpoleFlagTex[] = dgFlagpoleFlagTex;
#else
static const char gFlagpoleFlagTex[] __attribute__((aligned (2))) = dgFlagpoleFlagTex;
#endif