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

10 lines
363 B
C

#pragma once
#define dgShadowMedallionPlatformTex "__OTR__objects/object_mjin_dark/gShadowMedallionPlatformTex"
#ifdef _WIN32
static const __declspec(align(2)) char gShadowMedallionPlatformTex[] = dgShadowMedallionPlatformTex;
#else
static const char gShadowMedallionPlatformTex[] __attribute__((aligned (2))) = dgShadowMedallionPlatformTex;
#endif