mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
27 lines
1.5 KiB
C
27 lines
1.5 KiB
C
#ifndef OBJECTS_OBJECT_FLOWERPOT_H
|
|
#define OBJECTS_OBJECT_FLOWERPOT_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dobject_flowerpot_Tex_000000 "__OTR__objects/object_flowerpot/object_flowerpot_Tex_000000"
|
|
static const ALIGN_ASSET(2) char object_flowerpot_Tex_000000[] = dobject_flowerpot_Tex_000000;
|
|
|
|
#define dobject_flowerpot_Tex_000400 "__OTR__objects/object_flowerpot/object_flowerpot_Tex_000400"
|
|
static const ALIGN_ASSET(2) char object_flowerpot_Tex_000400[] = dobject_flowerpot_Tex_000400;
|
|
|
|
#define dobject_flowerpot_Tex_000800 "__OTR__objects/object_flowerpot/object_flowerpot_Tex_000800"
|
|
static const ALIGN_ASSET(2) char object_flowerpot_Tex_000800[] = dobject_flowerpot_Tex_000800;
|
|
|
|
#define dobject_flowerpot_DL_0012E0 "__OTR__objects/object_flowerpot/object_flowerpot_DL_0012E0"
|
|
static const ALIGN_ASSET(2) char object_flowerpot_DL_0012E0[] = dobject_flowerpot_DL_0012E0;
|
|
|
|
#define dobject_flowerpot_DL_001408 "__OTR__objects/object_flowerpot/object_flowerpot_DL_001408"
|
|
static const ALIGN_ASSET(2) char object_flowerpot_DL_001408[] = dobject_flowerpot_DL_001408;
|
|
|
|
#define dobject_flowerpot_DL_0014F0 "__OTR__objects/object_flowerpot/object_flowerpot_DL_0014F0"
|
|
static const ALIGN_ASSET(2) char object_flowerpot_DL_0014F0[] = dobject_flowerpot_DL_0014F0;
|
|
|
|
#define dobject_flowerpot_DL_0015B0 "__OTR__objects/object_flowerpot/object_flowerpot_DL_0015B0"
|
|
static const ALIGN_ASSET(2) char object_flowerpot_DL_0015B0[] = dobject_flowerpot_DL_0015B0;
|
|
#endif // OBJECTS_OBJECT_FLOWERPOT_H
|