Shipwright/soh/assets/objects/object_ny/object_ny.h
2023-03-02 15:37:47 +01:00

21 lines
880 B
C

#pragma once
#include "align_asset_macro.h"
#define dgEnNyRockBodyTex "__OTR__objects/object_ny/gEnNyRockBodyTex"
static const ALIGN_ASSET(2) char gEnNyRockBodyTex[] = dgEnNyRockBodyTex;
#define dgEnNySpikeTex "__OTR__objects/object_ny/gEnNySpikeTex"
static const ALIGN_ASSET(2) char gEnNySpikeTex[] = dgEnNySpikeTex;
#define dgEnNyMetalBodyTex "__OTR__objects/object_ny/gEnNyMetalBodyTex"
static const ALIGN_ASSET(2) char gEnNyMetalBodyTex[] = dgEnNyMetalBodyTex;
#define dgEnNyRockBodyDL "__OTR__objects/object_ny/gEnNyRockBodyDL"
static const ALIGN_ASSET(2) char gEnNyRockBodyDL[] = dgEnNyRockBodyDL;
#define dgEnNyMetalBodyDL "__OTR__objects/object_ny/gEnNyMetalBodyDL"
static const ALIGN_ASSET(2) char gEnNyMetalBodyDL[] = dgEnNyMetalBodyDL;
#define dgEnNySpikeDL "__OTR__objects/object_ny/gEnNySpikeDL"
static const ALIGN_ASSET(2) char gEnNySpikeDL[] = dgEnNySpikeDL;