mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
asset headers (#154)
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#ifndef OBJECTS_OBJECT_COMB_H
|
||||
#define OBJECTS_OBJECT_COMB_H 1
|
||||
|
||||
#include "align_asset_macro.h"
|
||||
|
||||
#define dgBeehiveTex "__OTR__objects/object_comb/gBeehiveTex"
|
||||
static const ALIGN_ASSET(2) char gBeehiveTex[] = dgBeehiveTex;
|
||||
|
||||
#define dgBeehiveDL "__OTR__objects/object_comb/gBeehiveDL"
|
||||
static const ALIGN_ASSET(2) char gBeehiveDL[] = dgBeehiveDL;
|
||||
|
||||
#define dgBeehiveFragmentTex "__OTR__objects/object_comb/gBeehiveFragmentTex"
|
||||
static const ALIGN_ASSET(2) char gBeehiveFragmentTex[] = dgBeehiveFragmentTex;
|
||||
|
||||
#define dgBeehiveFragmentDL "__OTR__objects/object_comb/gBeehiveFragmentDL"
|
||||
static const ALIGN_ASSET(2) char gBeehiveFragmentDL[] = dgBeehiveFragmentDL;
|
||||
#endif // OBJECTS_OBJECT_COMB_H
|
||||
Reference in New Issue
Block a user