Shipwright/soh/assets/objects/object_ny/object_ny.h

45 lines
1.6 KiB
C
Raw Normal View History

2023-02-14 08:29:46 -05:00
#pragma once
#define dgEnNyRockBodyTex "__OTR__objects/object_ny/gEnNyRockBodyTex"
#ifdef _WIN32
static const __declspec(align(2)) char gEnNyRockBodyTex[] = dgEnNyRockBodyTex;
#else
static const char gEnNyRockBodyTex[] __attribute__((aligned (2))) = dgEnNyRockBodyTex;
#endif
#define dgEnNySpikeTex "__OTR__objects/object_ny/gEnNySpikeTex"
#ifdef _WIN32
static const __declspec(align(2)) char gEnNySpikeTex[] = dgEnNySpikeTex;
#else
static const char gEnNySpikeTex[] __attribute__((aligned (2))) = dgEnNySpikeTex;
#endif
#define dgEnNyMetalBodyTex "__OTR__objects/object_ny/gEnNyMetalBodyTex"
#ifdef _WIN32
static const __declspec(align(2)) char gEnNyMetalBodyTex[] = dgEnNyMetalBodyTex;
#else
static const char gEnNyMetalBodyTex[] __attribute__((aligned (2))) = dgEnNyMetalBodyTex;
#endif
#define dgEnNyRockBodyDL "__OTR__objects/object_ny/gEnNyRockBodyDL"
#ifdef _WIN32
static const __declspec(align(2)) char gEnNyRockBodyDL[] = dgEnNyRockBodyDL;
#else
static const char gEnNyRockBodyDL[] __attribute__((aligned (2))) = dgEnNyRockBodyDL;
#endif
#define dgEnNyMetalBodyDL "__OTR__objects/object_ny/gEnNyMetalBodyDL"
#ifdef _WIN32
static const __declspec(align(2)) char gEnNyMetalBodyDL[] = dgEnNyMetalBodyDL;
#else
static const char gEnNyMetalBodyDL[] __attribute__((aligned (2))) = dgEnNyMetalBodyDL;
#endif
#define dgEnNySpikeDL "__OTR__objects/object_ny/gEnNySpikeDL"
#ifdef _WIN32
static const __declspec(align(2)) char gEnNySpikeDL[] = dgEnNySpikeDL;
#else
static const char gEnNySpikeDL[] __attribute__((aligned (2))) = dgEnNySpikeDL;
#endif