mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
18 lines
748 B
C
18 lines
748 B
C
#ifndef OBJECTS_OBJECT_KIBAKO_H
|
|
#define OBJECTS_OBJECT_KIBAKO_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgSmallCrateTex "__OTR__objects/object_kibako/gSmallCrateTex"
|
|
static const ALIGN_ASSET(2) char gSmallCrateTex[] = dgSmallCrateTex;
|
|
|
|
#define dgSmallCrateDL "__OTR__objects/object_kibako/gSmallCrateDL"
|
|
static const ALIGN_ASSET(2) char gSmallCrateDL[] = dgSmallCrateDL;
|
|
|
|
#define dgSmallCrateFragmentTex "__OTR__objects/object_kibako/gSmallCrateFragmentTex"
|
|
static const ALIGN_ASSET(2) char gSmallCrateFragmentTex[] = dgSmallCrateFragmentTex;
|
|
|
|
#define dgSmallCrateFragmentDL "__OTR__objects/object_kibako/gSmallCrateFragmentDL"
|
|
static const ALIGN_ASSET(2) char gSmallCrateFragmentDL[] = dgSmallCrateFragmentDL;
|
|
#endif // OBJECTS_OBJECT_KIBAKO_H
|