mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-01 16:15:07 -04:00
15 lines
588 B
C
15 lines
588 B
C
#pragma once
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgWarpPadBaseDL "__OTR__objects/object_mjin/gWarpPadBaseDL"
|
|
static const ALIGN_ASSET(2) char gWarpPadBaseDL[] = dgWarpPadBaseDL;
|
|
|
|
#define dgWarpPadCol "__OTR__objects/object_mjin/gWarpPadCol"
|
|
static const ALIGN_ASSET(2) char gWarpPadCol[] = dgWarpPadCol;
|
|
|
|
#define dgWarpPadSideTex "__OTR__objects/object_mjin/gWarpPadSideTex"
|
|
static const ALIGN_ASSET(2) char gWarpPadSideTex[] = dgWarpPadSideTex;
|
|
|
|
#define dgWarpPadTopTex "__OTR__objects/object_mjin/gWarpPadTopTex"
|
|
static const ALIGN_ASSET(2) char gWarpPadTopTex[] = dgWarpPadTopTex; |