Add asset headers (#2465)
This commit is contained in:
9
soh/assets/objects/object_mjin_flash/object_mjin_flash.h
Normal file
9
soh/assets/objects/object_mjin_flash/object_mjin_flash.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
#define dgLightMedallionPlatformTex "__OTR__objects/object_mjin_flash/gLightMedallionPlatformTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gLightMedallionPlatformTex[] = dgLightMedallionPlatformTex;
|
||||
#else
|
||||
static const char gLightMedallionPlatformTex[] __attribute__((aligned (2))) = dgLightMedallionPlatformTex;
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user