summaryrefslogtreecommitdiff
path: root/mm/assets/objects/object_gi_camera/object_gi_camera.h
blob: e6da9f6ff261805087b6d5dbe9140737aa7829f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef OBJECTS_OBJECT_GI_CAMERA_H
#define OBJECTS_OBJECT_GI_CAMERA_H 1

#include "align_asset_macro.h"

#define dgGiPictoBoxBodyAndLensDL "__OTR__objects/object_gi_camera/gGiPictoBoxBodyAndLensDL"
static const ALIGN_ASSET(2) char gGiPictoBoxBodyAndLensDL[] = dgGiPictoBoxBodyAndLensDL;

#define dgGiPictoBoxFrameDL "__OTR__objects/object_gi_camera/gGiPictoBoxFrameDL"
static const ALIGN_ASSET(2) char gGiPictoBoxFrameDL[] = dgGiPictoBoxFrameDL;

#define dgGiPictoBoxLensZoomRingTex "__OTR__objects/object_gi_camera/gGiPictoBoxLensZoomRingTex"
static const ALIGN_ASSET(2) char gGiPictoBoxLensZoomRingTex[] = dgGiPictoBoxLensZoomRingTex;

#define dgGiPictoBoxFrameTex "__OTR__objects/object_gi_camera/gGiPictoBoxFrameTex"
static const ALIGN_ASSET(2) char gGiPictoBoxFrameTex[] = dgGiPictoBoxFrameTex;

#define dgGiPictoBoxBodyAndLensGlassTex "__OTR__objects/object_gi_camera/gGiPictoBoxBodyAndLensGlassTex"
static const ALIGN_ASSET(2) char gGiPictoBoxBodyAndLensGlassTex[] = dgGiPictoBoxBodyAndLensGlassTex;
#endif // OBJECTS_OBJECT_GI_CAMERA_H