You've already forked 2ship2harkinian-Android
mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-03-10 11:20:47 -07:00
12 lines
532 B
C
12 lines
532 B
C
|
|
#ifndef OBJECTS_OBJECT_RANDOM_OBJ_H
|
||
|
|
#define OBJECTS_OBJECT_RANDOM_OBJ_H 1
|
||
|
|
|
||
|
|
#include "align_asset_macro.h"
|
||
|
|
|
||
|
|
#define dgSecretShrineSlidingDoorDL "__OTR__objects/object_random_obj/gSecretShrineSlidingDoorDL"
|
||
|
|
static const ALIGN_ASSET(2) char gSecretShrineSlidingDoorDL[] = dgSecretShrineSlidingDoorDL;
|
||
|
|
|
||
|
|
#define dgSecretShrineSlidingDoorTex "__OTR__objects/object_random_obj/gSecretShrineSlidingDoorTex"
|
||
|
|
static const ALIGN_ASSET(2) char gSecretShrineSlidingDoorTex[] = dgSecretShrineSlidingDoorTex;
|
||
|
|
#endif // OBJECTS_OBJECT_RANDOM_OBJ_H
|