mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
15 lines
626 B
C
15 lines
626 B
C
#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
|