blob: 2c7ec331b9e9b54f0681091cc74d762859e26cdb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#ifndef OBJECTS_OBJECT_GEFF_H
#define OBJECTS_OBJECT_GEFF_H 1
#include "align_asset_macro.h"
#define dgGanonRubbleInsideTex "__OTR__objects/object_geff/gGanonRubbleInsideTex"
static const ALIGN_ASSET(2) char gGanonRubbleInsideTex[] = dgGanonRubbleInsideTex;
#define dgGanonRubbleOutsideTex "__OTR__objects/object_geff/gGanonRubbleOutsideTex"
static const ALIGN_ASSET(2) char gGanonRubbleOutsideTex[] = dgGanonRubbleOutsideTex;
#define dgGanonRubbleDL "__OTR__objects/object_geff/gGanonRubbleDL"
static const ALIGN_ASSET(2) char gGanonRubbleDL[] = dgGanonRubbleDL;
#endif // OBJECTS_OBJECT_GEFF_H
|