mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
27 lines
1.5 KiB
C
27 lines
1.5 KiB
C
#ifndef OBJECTS_OBJECT_D_LIFT_H
|
|
#define OBJECTS_OBJECT_D_LIFT_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dobject_d_lift_DL_000180 "__OTR__objects/object_d_lift/object_d_lift_DL_000180"
|
|
static const ALIGN_ASSET(2) char object_d_lift_DL_000180[] = dobject_d_lift_DL_000180;
|
|
|
|
#define dobject_d_lift_Tex_000298 "__OTR__objects/object_d_lift/object_d_lift_Tex_000298"
|
|
static const ALIGN_ASSET(2) char object_d_lift_Tex_000298[] = dobject_d_lift_Tex_000298;
|
|
|
|
#define dobject_d_lift_Colheader_000BA0 "__OTR__objects/object_d_lift/object_d_lift_Colheader_000BA0"
|
|
static const ALIGN_ASSET(2) char object_d_lift_Colheader_000BA0[] = dobject_d_lift_Colheader_000BA0;
|
|
|
|
#define dgDampeGraveBrownElevatorDL "__OTR__objects/object_d_lift/gDampeGraveBrownElevatorDL"
|
|
static const ALIGN_ASSET(2) char gDampeGraveBrownElevatorDL[] = dgDampeGraveBrownElevatorDL;
|
|
|
|
#define dgDampeGraveBrownElevatorCol "__OTR__objects/object_d_lift/gDampeGraveBrownElevatorCol"
|
|
static const ALIGN_ASSET(2) char gDampeGraveBrownElevatorCol[] = dgDampeGraveBrownElevatorCol;
|
|
|
|
#define dgDampeGraveBrownElevatorSideTex "__OTR__objects/object_d_lift/gDampeGraveBrownElevatorSideTex"
|
|
static const ALIGN_ASSET(2) char gDampeGraveBrownElevatorSideTex[] = dgDampeGraveBrownElevatorSideTex;
|
|
|
|
#define dgDampeGraveBrownElevatorTopBottomTex "__OTR__objects/object_d_lift/gDampeGraveBrownElevatorTopBottomTex"
|
|
static const ALIGN_ASSET(2) char gDampeGraveBrownElevatorTopBottomTex[] = dgDampeGraveBrownElevatorTopBottomTex;
|
|
#endif // OBJECTS_OBJECT_D_LIFT_H
|