mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
18 lines
833 B
C
18 lines
833 B
C
#ifndef OBJECTS_OBJECT_GI_MASK12_H
|
|
#define OBJECTS_OBJECT_GI_MASK12_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgGiPostmanHatBunnyLogoDL "__OTR__objects/object_gi_mask12/gGiPostmanHatBunnyLogoDL"
|
|
static const ALIGN_ASSET(2) char gGiPostmanHatBunnyLogoDL[] = dgGiPostmanHatBunnyLogoDL;
|
|
|
|
#define dgGiPostmanHatCapDL "__OTR__objects/object_gi_mask12/gGiPostmanHatCapDL"
|
|
static const ALIGN_ASSET(2) char gGiPostmanHatCapDL[] = dgGiPostmanHatCapDL;
|
|
|
|
#define dgGiPostmanHatBunnyLogoTex "__OTR__objects/object_gi_mask12/gGiPostmanHatBunnyLogoTex"
|
|
static const ALIGN_ASSET(2) char gGiPostmanHatBunnyLogoTex[] = dgGiPostmanHatBunnyLogoTex;
|
|
|
|
#define dgGiPostmanHatCapTex "__OTR__objects/object_gi_mask12/gGiPostmanHatCapTex"
|
|
static const ALIGN_ASSET(2) char gGiPostmanHatCapTex[] = dgGiPostmanHatCapTex;
|
|
#endif // OBJECTS_OBJECT_GI_MASK12_H
|