blob: 2d34987e91504072d013cc314c0f4fd7b79d264a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#ifndef OBJECTS_OBJECT_VISIBLOCK_H
#define OBJECTS_OBJECT_VISIBLOCK_H 1
#include "align_asset_macro.h"
#define dgLensOfTruthPlatformDL "__OTR__objects/object_visiblock/gLensOfTruthPlatformDL"
static const ALIGN_ASSET(2) char gLensOfTruthPlatformDL[] = dgLensOfTruthPlatformDL;
#define dgLensOfTruthPlatformEmptyDL "__OTR__objects/object_visiblock/gLensOfTruthPlatformEmptyDL"
static const ALIGN_ASSET(2) char gLensOfTruthPlatformEmptyDL[] = dgLensOfTruthPlatformEmptyDL;
#define dgLensOfTruthPlatformTex "__OTR__objects/object_visiblock/gLensOfTruthPlatformTex"
static const ALIGN_ASSET(2) char gLensOfTruthPlatformTex[] = dgLensOfTruthPlatformTex;
#define dgLensOfTruthPlatformCol "__OTR__objects/object_visiblock/gLensOfTruthPlatformCol"
static const ALIGN_ASSET(2) char gLensOfTruthPlatformCol[] = dgLensOfTruthPlatformCol;
#endif // OBJECTS_OBJECT_VISIBLOCK_H
|