blob: f8955337de0ae2810ebec48a0ed4381cc9e04e00 (
plain)
1
2
3
4
5
6
7
8
9
|
#ifndef OBJECTS_OBJECT_MJIN_ICE_H
#define OBJECTS_OBJECT_MJIN_ICE_H 1
#include "align_asset_macro.h"
#define dgWaterMedallionPlatformTex "__OTR__objects/object_mjin_ice/gWaterMedallionPlatformTex"
static const ALIGN_ASSET(2) char gWaterMedallionPlatformTex[] = dgWaterMedallionPlatformTex;
#endif // OBJECTS_OBJECT_MJIN_ICE_H
|