mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
39 lines
2.1 KiB
C
39 lines
2.1 KiB
C
#ifndef MISC_DAYTELOP_STATIC_H
|
|
#define MISC_DAYTELOP_STATIC_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgDaytelopFirstDayLeftNESTex "__OTR__misc/daytelop_static/gDaytelopFirstDayLeftNESTex"
|
|
static const ALIGN_ASSET(2) char gDaytelopFirstDayLeftNESTex[] = dgDaytelopFirstDayLeftNESTex;
|
|
|
|
#define dgDaytelopFirstDayRightNESTex "__OTR__misc/daytelop_static/gDaytelopFirstDayRightNESTex"
|
|
static const ALIGN_ASSET(2) char gDaytelopFirstDayRightNESTex[] = dgDaytelopFirstDayRightNESTex;
|
|
|
|
#define dgDaytelopSecondDayLeftNESTex "__OTR__misc/daytelop_static/gDaytelopSecondDayLeftNESTex"
|
|
static const ALIGN_ASSET(2) char gDaytelopSecondDayLeftNESTex[] = dgDaytelopSecondDayLeftNESTex;
|
|
|
|
#define dgDaytelopSecondDayRightNESTex "__OTR__misc/daytelop_static/gDaytelopSecondDayRightNESTex"
|
|
static const ALIGN_ASSET(2) char gDaytelopSecondDayRightNESTex[] = dgDaytelopSecondDayRightNESTex;
|
|
|
|
#define dgDaytelopFinalDayLeftNESTex "__OTR__misc/daytelop_static/gDaytelopFinalDayLeftNESTex"
|
|
static const ALIGN_ASSET(2) char gDaytelopFinalDayLeftNESTex[] = dgDaytelopFinalDayLeftNESTex;
|
|
|
|
#define dgDaytelopFinalDayRightNESTex "__OTR__misc/daytelop_static/gDaytelopFinalDayRightNESTex"
|
|
static const ALIGN_ASSET(2) char gDaytelopFinalDayRightNESTex[] = dgDaytelopFinalDayRightNESTex;
|
|
|
|
#define dgDaytelopNewDayLeftNESTex "__OTR__misc/daytelop_static/gDaytelopNewDayLeftNESTex"
|
|
static const ALIGN_ASSET(2) char gDaytelopNewDayLeftNESTex[] = dgDaytelopNewDayLeftNESTex;
|
|
|
|
#define dgDaytelopNewDayRightNESTex "__OTR__misc/daytelop_static/gDaytelopNewDayRightNESTex"
|
|
static const ALIGN_ASSET(2) char gDaytelopNewDayRightNESTex[] = dgDaytelopNewDayRightNESTex;
|
|
|
|
#define dgDaytelop72HoursNESTex "__OTR__misc/daytelop_static/gDaytelop72HoursNESTex"
|
|
static const ALIGN_ASSET(2) char gDaytelop72HoursNESTex[] = dgDaytelop72HoursNESTex;
|
|
|
|
#define dgDaytelop48HoursNESTex "__OTR__misc/daytelop_static/gDaytelop48HoursNESTex"
|
|
static const ALIGN_ASSET(2) char gDaytelop48HoursNESTex[] = dgDaytelop48HoursNESTex;
|
|
|
|
#define dgDaytelop24HoursNESTex "__OTR__misc/daytelop_static/gDaytelop24HoursNESTex"
|
|
static const ALIGN_ASSET(2) char gDaytelop24HoursNESTex[] = dgDaytelop24HoursNESTex;
|
|
#endif // MISC_DAYTELOP_STATIC_H
|