mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-01 08:05:07 -04:00
39 lines
1.7 KiB
C
39 lines
1.7 KiB
C
#pragma once
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgWarpPortalDL "__OTR__objects/object_warp1/gWarpPortalDL"
|
|
static const ALIGN_ASSET(2) char gWarpPortalDL[] = dgWarpPortalDL;
|
|
|
|
#define dgWarpPortalTex "__OTR__objects/object_warp1/gWarpPortalTex"
|
|
static const ALIGN_ASSET(2) char gWarpPortalTex[] = dgWarpPortalTex;
|
|
|
|
#define dgWarpCrystalAnim "__OTR__objects/object_warp1/gWarpCrystalAnim"
|
|
static const ALIGN_ASSET(2) char gWarpCrystalAnim[] = dgWarpCrystalAnim;
|
|
|
|
#define dgWarp1DL_001750 "__OTR__objects/object_warp1/gWarp1DL_001750"
|
|
static const ALIGN_ASSET(2) char gWarp1DL_001750[] = dgWarp1DL_001750;
|
|
|
|
#define dgWarp1DL_001828 "__OTR__objects/object_warp1/gWarp1DL_001828"
|
|
static const ALIGN_ASSET(2) char gWarp1DL_001828[] = dgWarp1DL_001828;
|
|
|
|
#define dgWarp1DL_0018B0 "__OTR__objects/object_warp1/gWarp1DL_0018B0"
|
|
static const ALIGN_ASSET(2) char gWarp1DL_0018B0[] = dgWarp1DL_0018B0;
|
|
|
|
#define dgWarp1DL_001938 "__OTR__objects/object_warp1/gWarp1DL_001938"
|
|
static const ALIGN_ASSET(2) char gWarp1DL_001938[] = dgWarp1DL_001938;
|
|
|
|
#define dgWarp1DL_0019C0 "__OTR__objects/object_warp1/gWarp1DL_0019C0"
|
|
static const ALIGN_ASSET(2) char gWarp1DL_0019C0[] = dgWarp1DL_0019C0;
|
|
|
|
#define dgWarp1DL_001A48 "__OTR__objects/object_warp1/gWarp1DL_001A48"
|
|
static const ALIGN_ASSET(2) char gWarp1DL_001A48[] = dgWarp1DL_001A48;
|
|
|
|
#define dgWarp1DL_001AD0 "__OTR__objects/object_warp1/gWarp1DL_001AD0"
|
|
static const ALIGN_ASSET(2) char gWarp1DL_001AD0[] = dgWarp1DL_001AD0;
|
|
|
|
#define dgWarpCrystalTex "__OTR__objects/object_warp1/gWarpCrystalTex"
|
|
static const ALIGN_ASSET(2) char gWarpCrystalTex[] = dgWarpCrystalTex;
|
|
|
|
#define dgWarpCrystalSkel "__OTR__objects/object_warp1/gWarpCrystalSkel"
|
|
static const ALIGN_ASSET(2) char gWarpCrystalSkel[] = dgWarpCrystalSkel; |