mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
12 lines
395 B
C
12 lines
395 B
C
#ifndef OBJECTS_OBJECT_DOR03_H
|
|
#define OBJECTS_OBJECT_DOR03_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgSwampDoorDL "__OTR__objects/object_dor03/gSwampDoorDL"
|
|
static const ALIGN_ASSET(2) char gSwampDoorDL[] = dgSwampDoorDL;
|
|
|
|
#define dgSwampDoorTex "__OTR__objects/object_dor03/gSwampDoorTex"
|
|
static const ALIGN_ASSET(2) char gSwampDoorTex[] = dgSwampDoorTex;
|
|
#endif // OBJECTS_OBJECT_DOR03_H
|