Files

21 lines
744 B
C
Raw Permalink Normal View History

2024-03-27 03:19:12 +00:00
#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