blob: f0f199cc7ae7e1d35c765d7722354f88318b0216 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#ifndef OBJECTS_OBJECT_GI_MAP_H
#define OBJECTS_OBJECT_GI_MAP_H 1
#include "align_asset_macro.h"
#define dgGiDungeonMapDL "__OTR__objects/object_gi_map/gGiDungeonMapDL"
static const ALIGN_ASSET(2) char gGiDungeonMapDL[] = dgGiDungeonMapDL;
#define dgGiStoneOfAgonyDL "__OTR__objects/object_gi_map/gGiStoneOfAgonyDL"
static const ALIGN_ASSET(2) char gGiStoneOfAgonyDL[] = dgGiStoneOfAgonyDL;
#define dgGiDungeonMapInscriptionsTex "__OTR__objects/object_gi_map/gGiDungeonMapInscriptionsTex"
static const ALIGN_ASSET(2) char gGiDungeonMapInscriptionsTex[] = dgGiDungeonMapInscriptionsTex;
#endif // OBJECTS_OBJECT_GI_MAP_H
|