blob: 29ebeb97af0ba70f0d713de1a619a25c51d1d2ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef OBJECTS_OBJECT_GI_NUTS_H
#define OBJECTS_OBJECT_GI_NUTS_H 1
#include "align_asset_macro.h"
#define dgGiNutShellTex "__OTR__objects/object_gi_nuts/gGiNutShellTex"
static const ALIGN_ASSET(2) char gGiNutShellTex[] = dgGiNutShellTex;
#define dgGiNutDL "__OTR__objects/object_gi_nuts/gGiNutDL"
static const ALIGN_ASSET(2) char gGiNutDL[] = dgGiNutDL;
#endif // OBJECTS_OBJECT_GI_NUTS_H
|