summaryrefslogtreecommitdiff
path: root/mm/assets/objects/object_random_obj/object_random_obj.h
blob: a85820f7ad0221e6d21f1950d401d0e67ff2db36 (plain)
1
2
3
4
5
6
7
8
9
10
11
#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