Files

18 lines
748 B
C
Raw Permalink Normal View History

2024-03-27 03:19:12 +00:00
#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