summaryrefslogtreecommitdiff
path: root/mm/assets/objects/object_icefloe/object_icefloe.h
blob: 403b4a82cc465d6747464371d2d0a57babb6272e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef OBJECTS_OBJECT_ICEFLOE_H
#define OBJECTS_OBJECT_ICEFLOE_H 1

#include "align_asset_macro.h"

#define dgIcefloeIcePlatformDL "__OTR__objects/object_icefloe/gIcefloeIcePlatformDL"
static const ALIGN_ASSET(2) char gIcefloeIcePlatformDL[] = dgIcefloeIcePlatformDL;

#define dgIcefloePlatformTex "__OTR__objects/object_icefloe/gIcefloePlatformTex"
static const ALIGN_ASSET(2) char gIcefloePlatformTex[] = dgIcefloePlatformTex;

#define dgIcefloePlatformCol "__OTR__objects/object_icefloe/gIcefloePlatformCol"
static const ALIGN_ASSET(2) char gIcefloePlatformCol[] = dgIcefloePlatformCol;
#endif // OBJECTS_OBJECT_ICEFLOE_H