mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-04-28 13:17:58 +03:00
15 lines
No EOL
880 B
C
15 lines
No EOL
880 B
C
#pragma once
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgDeathMountainCloudFireTex "__OTR__objects/object_efc_doughnut/gDeathMountainCloudFireTex"
|
|
static const ALIGN_ASSET(2) char gDeathMountainCloudFireTex[] = dgDeathMountainCloudFireTex;
|
|
|
|
#define dgDeathMountainCloudNormalTex "__OTR__objects/object_efc_doughnut/gDeathMountainCloudNormalTex"
|
|
static const ALIGN_ASSET(2) char gDeathMountainCloudNormalTex[] = dgDeathMountainCloudNormalTex;
|
|
|
|
#define dgDeathMountainCloudCircleFieryDL "__OTR__objects/object_efc_doughnut/gDeathMountainCloudCircleFieryDL"
|
|
static const ALIGN_ASSET(2) char gDeathMountainCloudCircleFieryDL[] = dgDeathMountainCloudCircleFieryDL;
|
|
|
|
#define dgDeathMountainCloudCircleNormalDL "__OTR__objects/object_efc_doughnut/gDeathMountainCloudCircleNormalDL"
|
|
static const ALIGN_ASSET(2) char gDeathMountainCloudCircleNormalDL[] = dgDeathMountainCloudCircleNormalDL; |