blob: 97149dfc9039464413007ec080be6fc002ac2648 (
plain)
1
2
3
4
5
6
7
8
9
|
#ifndef OBJECTS_OBJECT_MJIN_WIND_H
#define OBJECTS_OBJECT_MJIN_WIND_H 1
#include "align_asset_macro.h"
#define dgForestMedallionPlatformTex "__OTR__objects/object_mjin_wind/gForestMedallionPlatformTex"
static const ALIGN_ASSET(2) char gForestMedallionPlatformTex[] = dgForestMedallionPlatformTex;
#endif // OBJECTS_OBJECT_MJIN_WIND_H
|