mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-04-28 13:17:58 +03:00
18 lines
No EOL
708 B
C
18 lines
No EOL
708 B
C
#pragma once
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgTimeWarpSkel "__OTR__objects/object_efc_tw/gTimeWarpSkel"
|
|
static const ALIGN_ASSET(2) char gTimeWarpSkel[] = dgTimeWarpSkel;
|
|
|
|
#define dgTimeWarpAnim "__OTR__objects/object_efc_tw/gTimeWarpAnim"
|
|
static const ALIGN_ASSET(2) char gTimeWarpAnim[] = dgTimeWarpAnim;
|
|
|
|
#define dgTimeWarpVtx "__OTR__objects/object_efc_tw/gTimeWarpVtx"
|
|
static const ALIGN_ASSET(2) char gTimeWarpVtx[] = dgTimeWarpVtx;
|
|
|
|
#define dgTimeWarpDL "__OTR__objects/object_efc_tw/gTimeWarpDL"
|
|
static const ALIGN_ASSET(2) char gTimeWarpDL[] = dgTimeWarpDL;
|
|
|
|
#define dgTimeWarpTex "__OTR__objects/object_efc_tw/gTimeWarpTex"
|
|
static const ALIGN_ASSET(2) char gTimeWarpTex[] = dgTimeWarpTex; |