mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
27 lines
1.3 KiB
C
27 lines
1.3 KiB
C
#ifndef OBJECTS_OBJECT_GI_MASK16_H
|
|
#define OBJECTS_OBJECT_GI_MASK16_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgGiDonGeroMaskBodyDL "__OTR__objects/object_gi_mask16/gGiDonGeroMaskBodyDL"
|
|
static const ALIGN_ASSET(2) char gGiDonGeroMaskBodyDL[] = dgGiDonGeroMaskBodyDL;
|
|
|
|
#define dgGiDonGeroMaskFaceDL "__OTR__objects/object_gi_mask16/gGiDonGeroMaskFaceDL"
|
|
static const ALIGN_ASSET(2) char gGiDonGeroMaskFaceDL[] = dgGiDonGeroMaskFaceDL;
|
|
|
|
#define dgGiDonGeroMaskToesTex "__OTR__objects/object_gi_mask16/gGiDonGeroMaskToesTex"
|
|
static const ALIGN_ASSET(2) char gGiDonGeroMaskToesTex[] = dgGiDonGeroMaskToesTex;
|
|
|
|
#define dgGiDonGeroMaskFrillsTex "__OTR__objects/object_gi_mask16/gGiDonGeroMaskFrillsTex"
|
|
static const ALIGN_ASSET(2) char gGiDonGeroMaskFrillsTex[] = dgGiDonGeroMaskFrillsTex;
|
|
|
|
#define dgGiDonGeroMaskEyeTex "__OTR__objects/object_gi_mask16/gGiDonGeroMaskEyeTex"
|
|
static const ALIGN_ASSET(2) char gGiDonGeroMaskEyeTex[] = dgGiDonGeroMaskEyeTex;
|
|
|
|
#define dgGiDonGeroMaskNostrilTex "__OTR__objects/object_gi_mask16/gGiDonGeroMaskNostrilTex"
|
|
static const ALIGN_ASSET(2) char gGiDonGeroMaskNostrilTex[] = dgGiDonGeroMaskNostrilTex;
|
|
|
|
#define dgGiDonGeroMaskMouthTex "__OTR__objects/object_gi_mask16/gGiDonGeroMaskMouthTex"
|
|
static const ALIGN_ASSET(2) char gGiDonGeroMaskMouthTex[] = dgGiDonGeroMaskMouthTex;
|
|
#endif // OBJECTS_OBJECT_GI_MASK16_H
|