mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-01 08:05:07 -04:00
16 lines
687 B
C
16 lines
687 B
C
#ifndef OBJECTS_OBJECT_SIOFUKI_H
|
|
#define OBJECTS_OBJECT_SIOFUKI_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dobject_siofuki_Tex_000000 "__OTR__objects/object_siofuki/object_siofuki_Tex_000000"
|
|
static const ALIGN_ASSET(2) char object_siofuki_Tex_000000[] = dobject_siofuki_Tex_000000;
|
|
|
|
#define dobject_siofuki_DL_000B70 "__OTR__objects/object_siofuki/object_siofuki_DL_000B70"
|
|
static const ALIGN_ASSET(2) char object_siofuki_DL_000B70[] = dobject_siofuki_DL_000B70;
|
|
|
|
#define dobject_siofuki_Col_000D78 "__OTR__objects/object_siofuki/object_siofuki_Col_000D78"
|
|
static const ALIGN_ASSET(2) char object_siofuki_Col_000D78[] = dobject_siofuki_Col_000D78;
|
|
|
|
#endif // OBJECTS_OBJECT_SIOFUKI_H
|