mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
45 lines
2.4 KiB
C
45 lines
2.4 KiB
C
#ifndef OBJECTS_OBJECT_GI_PURSE_H
|
|
#define OBJECTS_OBJECT_GI_PURSE_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgGiWalletTex "__OTR__objects/object_gi_purse/gGiWalletTex"
|
|
static const ALIGN_ASSET(2) char gGiWalletTex[] = dgGiWalletTex;
|
|
|
|
#define dgGiAdultWalletColorDL "__OTR__objects/object_gi_purse/gGiAdultWalletColorDL"
|
|
static const ALIGN_ASSET(2) char gGiAdultWalletColorDL[] = dgGiAdultWalletColorDL;
|
|
|
|
#define dgGiGiantsWalletColorDL "__OTR__objects/object_gi_purse/gGiGiantsWalletColorDL"
|
|
static const ALIGN_ASSET(2) char gGiGiantsWalletColorDL[] = dgGiGiantsWalletColorDL;
|
|
|
|
#define dgGiAdultWalletRupeeOuterColorDL "__OTR__objects/object_gi_purse/gGiAdultWalletRupeeOuterColorDL"
|
|
static const ALIGN_ASSET(2) char gGiAdultWalletRupeeOuterColorDL[] = dgGiAdultWalletRupeeOuterColorDL;
|
|
|
|
#define dgGiAdultWalletStringColorDL "__OTR__objects/object_gi_purse/gGiAdultWalletStringColorDL"
|
|
static const ALIGN_ASSET(2) char gGiAdultWalletStringColorDL[] = dgGiAdultWalletStringColorDL;
|
|
|
|
#define dgGiAdultWalletRupeeInnerColorDL "__OTR__objects/object_gi_purse/gGiAdultWalletRupeeInnerColorDL"
|
|
static const ALIGN_ASSET(2) char gGiAdultWalletRupeeInnerColorDL[] = dgGiAdultWalletRupeeInnerColorDL;
|
|
|
|
#define dgGiGiantsWalletRupeeOuterColorDL "__OTR__objects/object_gi_purse/gGiGiantsWalletRupeeOuterColorDL"
|
|
static const ALIGN_ASSET(2) char gGiGiantsWalletRupeeOuterColorDL[] = dgGiGiantsWalletRupeeOuterColorDL;
|
|
|
|
#define dgGiGiantsWalletStringColorDL "__OTR__objects/object_gi_purse/gGiGiantsWalletStringColorDL"
|
|
static const ALIGN_ASSET(2) char gGiGiantsWalletStringColorDL[] = dgGiGiantsWalletStringColorDL;
|
|
|
|
#define dgGiGiantsWalletRupeeInnerColorDL "__OTR__objects/object_gi_purse/gGiGiantsWalletRupeeInnerColorDL"
|
|
static const ALIGN_ASSET(2) char gGiGiantsWalletRupeeInnerColorDL[] = dgGiGiantsWalletRupeeInnerColorDL;
|
|
|
|
#define dgGiWalletDL "__OTR__objects/object_gi_purse/gGiWalletDL"
|
|
static const ALIGN_ASSET(2) char gGiWalletDL[] = dgGiWalletDL;
|
|
|
|
#define dgGiWalletRupeeOuterDL "__OTR__objects/object_gi_purse/gGiWalletRupeeOuterDL"
|
|
static const ALIGN_ASSET(2) char gGiWalletRupeeOuterDL[] = dgGiWalletRupeeOuterDL;
|
|
|
|
#define dgGiWalletStringDL "__OTR__objects/object_gi_purse/gGiWalletStringDL"
|
|
static const ALIGN_ASSET(2) char gGiWalletStringDL[] = dgGiWalletStringDL;
|
|
|
|
#define dgGiWalletRupeeInnerDL "__OTR__objects/object_gi_purse/gGiWalletRupeeInnerDL"
|
|
static const ALIGN_ASSET(2) char gGiWalletRupeeInnerDL[] = dgGiWalletRupeeInnerDL;
|
|
#endif // OBJECTS_OBJECT_GI_PURSE_H
|