mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
18 lines
820 B
C
18 lines
820 B
C
#ifndef OBJECTS_OBJECT_YABUSAME_POINT_H
|
|
#define OBJECTS_OBJECT_YABUSAME_POINT_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgYabusamePoint30Tex "__OTR__objects/object_yabusame_point/gYabusamePoint30Tex"
|
|
static const ALIGN_ASSET(2) char gYabusamePoint30Tex[] = dgYabusamePoint30Tex;
|
|
|
|
#define dgYabusamePoint60Tex "__OTR__objects/object_yabusame_point/gYabusamePoint60Tex"
|
|
static const ALIGN_ASSET(2) char gYabusamePoint60Tex[] = dgYabusamePoint60Tex;
|
|
|
|
#define dgYabusamePoint100Tex "__OTR__objects/object_yabusame_point/gYabusamePoint100Tex"
|
|
static const ALIGN_ASSET(2) char gYabusamePoint100Tex[] = dgYabusamePoint100Tex;
|
|
|
|
#define dgYabusamePointDL "__OTR__objects/object_yabusame_point/gYabusamePointDL"
|
|
static const ALIGN_ASSET(2) char gYabusamePointDL[] = dgYabusamePointDL;
|
|
#endif // OBJECTS_OBJECT_YABUSAME_POINT_H
|