Files

18 lines
637 B
C

#ifndef OBJECTS_OBJECT_LOTUS_H
#define OBJECTS_OBJECT_LOTUS_H 1
#include "align_asset_macro.h"
#define dgLilyPadDL "__OTR__objects/object_lotus/gLilyPadDL"
static const ALIGN_ASSET(2) char gLilyPadDL[] = dgLilyPadDL;
#define dgLilyPadTLUT "__OTR__objects/object_lotus/gLilyPadTLUT"
static const ALIGN_ASSET(2) char gLilyPadTLUT[] = dgLilyPadTLUT;
#define dgLilyPadTex "__OTR__objects/object_lotus/gLilyPadTex"
static const ALIGN_ASSET(2) char gLilyPadTex[] = dgLilyPadTex;
#define dgLilyPadCol "__OTR__objects/object_lotus/gLilyPadCol"
static const ALIGN_ASSET(2) char gLilyPadCol[] = dgLilyPadCol;
#endif // OBJECTS_OBJECT_LOTUS_H