Files
Shiip-of-Hakinian-Espanol/soh/assets/objects/object_gi_fire/object_gi_fire.h
2023-02-14 08:29:46 -05:00

31 lines
1.3 KiB
C

#pragma once
#define dgGiBlueFireChamberstickDL "__OTR__objects/object_gi_fire/gGiBlueFireChamberstickDL"
#ifdef _WIN32
static const __declspec(align(2)) char gGiBlueFireChamberstickDL[] = dgGiBlueFireChamberstickDL;
#else
static const char gGiBlueFireChamberstickDL[] __attribute__((aligned (2))) = dgGiBlueFireChamberstickDL;
#endif
#define dgGiBlueFireFlameDL "__OTR__objects/object_gi_fire/gGiBlueFireFlameDL"
#ifdef _WIN32
static const __declspec(align(2)) char gGiBlueFireFlameDL[] = dgGiBlueFireFlameDL;
#else
static const char gGiBlueFireFlameDL[] __attribute__((aligned (2))) = dgGiBlueFireFlameDL;
#endif
#define dobject_gi_fireTex_000000 "__OTR__objects/object_gi_fire/object_gi_fireTex_000000"
#ifdef _WIN32
static const __declspec(align(2)) char object_gi_fireTex_000000[] = dobject_gi_fireTex_000000;
#else
static const char object_gi_fireTex_000000[] __attribute__((aligned (2))) = dobject_gi_fireTex_000000;
#endif
#define dobject_gi_fireTex_000200 "__OTR__objects/object_gi_fire/object_gi_fireTex_000200"
#ifdef _WIN32
static const __declspec(align(2)) char object_gi_fireTex_000200[] = dobject_gi_fireTex_000200;
#else
static const char object_gi_fireTex_000200[] __attribute__((aligned (2))) = dobject_gi_fireTex_000200;
#endif