mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-04-28 13:17:58 +03:00
15 lines
No EOL
756 B
C
15 lines
No EOL
756 B
C
#pragma once
|
|
|
|
#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; |