42 lines
2.4 KiB
C
42 lines
2.4 KiB
C
#pragma once
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#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;
|
|
|
|
#define dobject_gi_purseTex_000000 "__OTR__objects/object_gi_purse/object_gi_purseTex_000000"
|
|
static const ALIGN_ASSET(2) char object_gi_purseTex_000000[] = dobject_gi_purseTex_000000; |