Files
2024-05-22 09:05:00 -05:00

12 lines
443 B
C

#ifndef OBJECTS_OBJECT_FUNEN_H
#define OBJECTS_OBJECT_FUNEN_H 1
#include "align_asset_macro.h"
#define dgStoneTowerSmokeDL "__OTR__objects/object_funen/gStoneTowerSmokeDL"
static const ALIGN_ASSET(2) char gStoneTowerSmokeDL[] = dgStoneTowerSmokeDL;
#define dgStoneTowerSmokeTex "__OTR__objects/object_funen/gStoneTowerSmokeTex"
static const ALIGN_ASSET(2) char gStoneTowerSmokeTex[] = dgStoneTowerSmokeTex;
#endif // OBJECTS_OBJECT_FUNEN_H