mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-03-12 04:35:32 -07:00
19 lines
845 B
C
19 lines
845 B
C
#ifndef OBJECTS_OBJECT_D_LIFT_H
|
|
#define OBJECTS_OBJECT_D_LIFT_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgCollapsingPlatformDL "__OTR__objects/object_d_lift/gCollapsingPlatformDL"
|
|
static const ALIGN_ASSET(2) char gCollapsingPlatformDL[] = dgCollapsingPlatformDL;
|
|
|
|
#define dgCollapsingPlatformCol "__OTR__objects/object_d_lift/gCollapsingPlatformCol"
|
|
static const ALIGN_ASSET(2) char gCollapsingPlatformCol[] = dgCollapsingPlatformCol;
|
|
|
|
#define dgCollapsingPlatformSideTex "__OTR__objects/object_d_lift/gCollapsingPlatformSideTex"
|
|
static const ALIGN_ASSET(2) char gCollapsingPlatformSideTex[] = dgCollapsingPlatformSideTex;
|
|
|
|
#define dgCollapsingPlatformTopTex "__OTR__objects/object_d_lift/gCollapsingPlatformTopTex"
|
|
static const ALIGN_ASSET(2) char gCollapsingPlatformTopTex[] = dgCollapsingPlatformTopTex;
|
|
|
|
#endif // OBJECTS_OBJECT_D_LIFT_H
|