mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-03-12 04:35:32 -07:00
10 lines
337 B
C
10 lines
337 B
C
#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
|