mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
9 lines
288 B
C
9 lines
288 B
C
#ifndef MISC_D2_FINE_PAL_STATIC_H
|
|
#define MISC_D2_FINE_PAL_STATIC_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgClearSkyboxTlue "__OTR__misc/d2_fine_pal_static/gClearSkyboxTlue"
|
|
static const ALIGN_ASSET(2) char gClearSkyboxTlue[] = dgClearSkyboxTlue;
|
|
#endif // MISC_D2_FINE_PAL_STATIC_H
|