Shipwright/soh/assets/objects/object_fa/object_fa.h

36 lines
1.4 KiB
C
Raw Normal View History

2023-02-14 08:29:46 -05:00
#pragma once
2023-03-02 09:37:47 -05:00
#include "align_asset_macro.h"
2023-02-14 08:29:46 -05:00
#define dgFaTLUT "__OTR__objects/object_fa/gFaTLUT"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gFaTLUT[] = dgFaTLUT;
2023-02-14 08:29:46 -05:00
#define dgFaSkinTex "__OTR__objects/object_fa/gFaSkinTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gFaSkinTex[] = dgFaSkinTex;
2023-02-14 08:29:46 -05:00
#define dgFaEyeOpenTex "__OTR__objects/object_fa/gFaEyeOpenTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gFaEyeOpenTex[] = dgFaEyeOpenTex;
2023-02-14 08:29:46 -05:00
#define dgFaMouthTex "__OTR__objects/object_fa/gFaMouthTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gFaMouthTex[] = dgFaMouthTex;
2023-02-14 08:29:46 -05:00
#define dgFaHair1Tex "__OTR__objects/object_fa/gFaHair1Tex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gFaHair1Tex[] = dgFaHair1Tex;
2023-02-14 08:29:46 -05:00
#define dgFaEarTex "__OTR__objects/object_fa/gFaEarTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gFaEarTex[] = dgFaEarTex;
2023-02-14 08:29:46 -05:00
#define dgFaHair2Tex "__OTR__objects/object_fa/gFaHair2Tex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gFaHair2Tex[] = dgFaHair2Tex;
2023-02-14 08:29:46 -05:00
#define dgFaHeadbandTex "__OTR__objects/object_fa/gFaHeadbandTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gFaHeadbandTex[] = dgFaHeadbandTex;
2023-02-14 08:29:46 -05:00
#define dgFaEyeHalfTex "__OTR__objects/object_fa/gFaEyeHalfTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gFaEyeHalfTex[] = dgFaEyeHalfTex;
2023-02-14 08:29:46 -05:00
#define dgFaEyeClosedTex "__OTR__objects/object_fa/gFaEyeClosedTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gFaEyeClosedTex[] = dgFaEyeClosedTex;
2023-02-14 08:29:46 -05:00
2023-03-02 09:37:47 -05:00
#define dgFaDL "__OTR__objects/object_fa/gFaDL"
static const ALIGN_ASSET(2) char gFaDL[] = dgFaDL;