mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
9 lines
336 B
C
9 lines
336 B
C
#ifndef OBJECTS_OBJECT_SINKAI_KABE_H
|
|
#define OBJECTS_OBJECT_SINKAI_KABE_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgPinnacleRockPythonDenCol "__OTR__objects/object_sinkai_kabe/gPinnacleRockPythonDenCol"
|
|
static const ALIGN_ASSET(2) char gPinnacleRockPythonDenCol[] = dgPinnacleRockPythonDenCol;
|
|
#endif // OBJECTS_OBJECT_SINKAI_KABE_H
|