Shipwright/soh/assets/objects/object_d_lift/object_d_lift.h
2023-03-02 15:37:47 +01:00

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;