Files
Shiip-of-Hakinian-Espanol/soh/assets/objects/object_efc_doughnut/object_efc_doughnut.h
nickpons666 365612432e
Some checks failed
generate-builds / generate-soh-otr (push) Has been cancelled
generate-builds / build-macos (push) Has been cancelled
generate-builds / build-linux (push) Has been cancelled
generate-builds / build-windows (push) Has been cancelled
Initial commit: Proyecto completo de Shipwright-develop
2026-03-28 00:22:57 -06:00

19 lines
987 B
C

#ifndef OBJECTS_OBJECT_EFC_DOUGHNUT_H
#define OBJECTS_OBJECT_EFC_DOUGHNUT_H 1
#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;
#endif // OBJECTS_OBJECT_EFC_DOUGHNUT_H