#ifndef OBJECTS_OBJECT_ICICLE_H #define OBJECTS_OBJECT_ICICLE_H 1 #include "align_asset_macro.h" #define dgIcicleDL "__OTR__objects/object_icicle/gIcicleDL" static const ALIGN_ASSET(2) char gIcicleDL[] = dgIcicleDL; #define dgIcicleCol "__OTR__objects/object_icicle/gIcicleCol" static const ALIGN_ASSET(2) char gIcicleCol[] = dgIcicleCol; #define dgIcicleTex "__OTR__objects/object_icicle/gIcicleTex" static const ALIGN_ASSET(2) char gIcicleTex[] = dgIcicleTex; #endif // OBJECTS_OBJECT_ICICLE_H