mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
21 lines
744 B
C
21 lines
744 B
C
#ifndef OBJECTS_OBJECT_TSUBO_H
|
|
#define OBJECTS_OBJECT_TSUBO_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgPotWallTex "__OTR__objects/object_tsubo/gPotWallTex"
|
|
static const ALIGN_ASSET(2) char gPotWallTex[] = dgPotWallTex;
|
|
|
|
#define dgPotRimTex "__OTR__objects/object_tsubo/gPotRimTex"
|
|
static const ALIGN_ASSET(2) char gPotRimTex[] = dgPotRimTex;
|
|
|
|
#define dgPotShardTex "__OTR__objects/object_tsubo/gPotShardTex"
|
|
static const ALIGN_ASSET(2) char gPotShardTex[] = dgPotShardTex;
|
|
|
|
#define dgPotDL "__OTR__objects/object_tsubo/gPotDL"
|
|
static const ALIGN_ASSET(2) char gPotDL[] = dgPotDL;
|
|
|
|
#define dgPotShardDL "__OTR__objects/object_tsubo/gPotShardDL"
|
|
static const ALIGN_ASSET(2) char gPotShardDL[] = dgPotShardDL;
|
|
#endif // OBJECTS_OBJECT_TSUBO_H
|