Shipwright/soh/assets/objects/object_ny/object_ny.h

25 lines
957 B
C
Raw Normal View History

#ifndef OBJECTS_OBJECT_NY_H
#define OBJECTS_OBJECT_NY_H 1
2023-03-02 09:37:47 -05:00
#include "align_asset_macro.h"
2023-02-14 08:29:46 -05:00
#define dgEnNyRockBodyTex "__OTR__objects/object_ny/gEnNyRockBodyTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gEnNyRockBodyTex[] = dgEnNyRockBodyTex;
2023-02-14 08:29:46 -05:00
#define dgEnNySpikeTex "__OTR__objects/object_ny/gEnNySpikeTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gEnNySpikeTex[] = dgEnNySpikeTex;
2023-02-14 08:29:46 -05:00
#define dgEnNyMetalBodyTex "__OTR__objects/object_ny/gEnNyMetalBodyTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gEnNyMetalBodyTex[] = dgEnNyMetalBodyTex;
2023-02-14 08:29:46 -05:00
#define dgEnNyRockBodyDL "__OTR__objects/object_ny/gEnNyRockBodyDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gEnNyRockBodyDL[] = dgEnNyRockBodyDL;
2023-02-14 08:29:46 -05:00
#define dgEnNyMetalBodyDL "__OTR__objects/object_ny/gEnNyMetalBodyDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gEnNyMetalBodyDL[] = dgEnNyMetalBodyDL;
2023-02-14 08:29:46 -05:00
2023-03-02 09:37:47 -05:00
#define dgEnNySpikeDL "__OTR__objects/object_ny/gEnNySpikeDL"
static const ALIGN_ASSET(2) char gEnNySpikeDL[] = dgEnNySpikeDL;
#endif // OBJECTS_OBJECT_NY_H