mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-01 16:15:07 -04:00
62 lines
3.2 KiB
C
62 lines
3.2 KiB
C
#ifndef OBJECTS_OBJECT_DS_H
|
|
#define OBJECTS_OBJECT_DS_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgPotionShopLadySkel "__OTR__objects/object_ds/gPotionShopLadySkel"
|
|
static const ALIGN_ASSET(2) char gPotionShopLadySkel[] = dgPotionShopLadySkel;
|
|
|
|
#define dgPotionShopLadyCatDL "__OTR__objects/object_ds/gPotionShopLadyCatDL"
|
|
static const ALIGN_ASSET(2) char gPotionShopLadyCatDL[] = dgPotionShopLadyCatDL;
|
|
|
|
#define dgPotionShopLadyTorsoDL "__OTR__objects/object_ds/gPotionShopLadyTorsoDL"
|
|
static const ALIGN_ASSET(2) char gPotionShopLadyTorsoDL[] = dgPotionShopLadyTorsoDL;
|
|
|
|
#define dgPotionShopLadyArmDL "__OTR__objects/object_ds/gPotionShopLadyArmDL"
|
|
static const ALIGN_ASSET(2) char gPotionShopLadyArmDL[] = dgPotionShopLadyArmDL;
|
|
|
|
#define dgPotionShopLadyHeadDL "__OTR__objects/object_ds/gPotionShopLadyHeadDL"
|
|
static const ALIGN_ASSET(2) char gPotionShopLadyHeadDL[] = dgPotionShopLadyHeadDL;
|
|
|
|
#define dgPotionShopLadyTLUT "__OTR__objects/object_ds/gPotionShopLadyTLUT"
|
|
static const ALIGN_ASSET(2) char gPotionShopLadyTLUT[] = dgPotionShopLadyTLUT;
|
|
|
|
#define dgPotionShopLadySkinGradientTex "__OTR__objects/object_ds/gPotionShopLadySkinGradientTex"
|
|
static const ALIGN_ASSET(2) char gPotionShopLadySkinGradientTex[] = dgPotionShopLadySkinGradientTex;
|
|
|
|
#define dgPotionShopLadyEyelashBottomTex "__OTR__objects/object_ds/gPotionShopLadyEyelashBottomTex"
|
|
static const ALIGN_ASSET(2) char gPotionShopLadyEyelashBottomTex[] = dgPotionShopLadyEyelashBottomTex;
|
|
|
|
#define dgPotionShopLadyEyelashTopTex "__OTR__objects/object_ds/gPotionShopLadyEyelashTopTex"
|
|
static const ALIGN_ASSET(2) char gPotionShopLadyEyelashTopTex[] = dgPotionShopLadyEyelashTopTex;
|
|
|
|
#define dgPotionShopLadyEar1Tex "__OTR__objects/object_ds/gPotionShopLadyEar1Tex"
|
|
static const ALIGN_ASSET(2) char gPotionShopLadyEar1Tex[] = dgPotionShopLadyEar1Tex;
|
|
|
|
#define dgPotionShopLadyHairTex "__OTR__objects/object_ds/gPotionShopLadyHairTex"
|
|
static const ALIGN_ASSET(2) char gPotionShopLadyHairTex[] = dgPotionShopLadyHairTex;
|
|
|
|
#define dgPotionShopLadyEyeTex "__OTR__objects/object_ds/gPotionShopLadyEyeTex"
|
|
static const ALIGN_ASSET(2) char gPotionShopLadyEyeTex[] = dgPotionShopLadyEyeTex;
|
|
|
|
#define dgPotionShopLadyEar2Tex "__OTR__objects/object_ds/gPotionShopLadyEar2Tex"
|
|
static const ALIGN_ASSET(2) char gPotionShopLadyEar2Tex[] = dgPotionShopLadyEar2Tex;
|
|
|
|
#define dgPotionShopLadyArmGradientTex "__OTR__objects/object_ds/gPotionShopLadyArmGradientTex"
|
|
static const ALIGN_ASSET(2) char gPotionShopLadyArmGradientTex[] = dgPotionShopLadyArmGradientTex;
|
|
|
|
#define dgPotionShopLadyShirtPatternTex "__OTR__objects/object_ds/gPotionShopLadyShirtPatternTex"
|
|
static const ALIGN_ASSET(2) char gPotionShopLadyShirtPatternTex[] = dgPotionShopLadyShirtPatternTex;
|
|
|
|
#define dgPotionShopLadyCatPattern1Tex "__OTR__objects/object_ds/gPotionShopLadyCatPattern1Tex"
|
|
static const ALIGN_ASSET(2) char gPotionShopLadyCatPattern1Tex[] = dgPotionShopLadyCatPattern1Tex;
|
|
|
|
#define dgPotionShopLadyCatPattern2Tex "__OTR__objects/object_ds/gPotionShopLadyCatPattern2Tex"
|
|
static const ALIGN_ASSET(2) char gPotionShopLadyCatPattern2Tex[] = dgPotionShopLadyCatPattern2Tex;
|
|
|
|
#define dgPotionShopLadyAnim "__OTR__objects/object_ds/gPotionShopLadyAnim"
|
|
static const ALIGN_ASSET(2) char gPotionShopLadyAnim[] = dgPotionShopLadyAnim;
|
|
|
|
|
|
#endif // OBJECTS_OBJECT_DS_H
|