2023-09-01 12:47:51 -04:00
|
|
|
#ifndef OBJECTS_OBJECT_YUKABYUN_H
|
|
|
|
#define OBJECTS_OBJECT_YUKABYUN_H 1
|
2023-03-02 09:37:47 -05:00
|
|
|
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
|
2023-02-14 08:29:46 -05:00
|
|
|
#define dgFloorTileEnemyBottomTex "__OTR__objects/object_yukabyun/gFloorTileEnemyBottomTex"
|
2023-03-02 09:37:47 -05:00
|
|
|
static const ALIGN_ASSET(2) char gFloorTileEnemyBottomTex[] = dgFloorTileEnemyBottomTex;
|
|
|
|
|
2023-02-14 08:29:46 -05:00
|
|
|
#define dgFloorTileEnemyTopTex "__OTR__objects/object_yukabyun/gFloorTileEnemyTopTex"
|
2023-03-02 09:37:47 -05:00
|
|
|
static const ALIGN_ASSET(2) char gFloorTileEnemyTopTex[] = dgFloorTileEnemyTopTex;
|
|
|
|
|
2023-02-14 08:29:46 -05:00
|
|
|
#define dgFloorTileEnemyFragmentTex "__OTR__objects/object_yukabyun/gFloorTileEnemyFragmentTex"
|
2023-03-02 09:37:47 -05:00
|
|
|
static const ALIGN_ASSET(2) char gFloorTileEnemyFragmentTex[] = dgFloorTileEnemyFragmentTex;
|
|
|
|
|
2023-02-14 08:29:46 -05:00
|
|
|
#define dgFloorTileEnemyDL "__OTR__objects/object_yukabyun/gFloorTileEnemyDL"
|
2023-03-02 09:37:47 -05:00
|
|
|
static const ALIGN_ASSET(2) char gFloorTileEnemyDL[] = dgFloorTileEnemyDL;
|
2023-02-14 08:29:46 -05:00
|
|
|
|
2023-03-02 09:37:47 -05:00
|
|
|
#define dgFloorTileEnemyFragmentDL "__OTR__objects/object_yukabyun/gFloorTileEnemyFragmentDL"
|
2023-09-01 12:47:51 -04:00
|
|
|
static const ALIGN_ASSET(2) char gFloorTileEnemyFragmentDL[] = dgFloorTileEnemyFragmentDL;
|
|
|
|
|
|
|
|
#endif // OBJECTS_OBJECT_YUKABYUN_H
|