blob: 99bb0f45dfe74177352b1d5d9246665d89b1d5f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#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
|