Shipwright/soh/assets/objects/object_fire/object_fire.h

30 lines
1.1 KiB
C
Raw Normal View History

2023-02-14 08:29:46 -05:00
#pragma once
2023-03-02 09:37:47 -05:00
#include "align_asset_macro.h"
2023-02-14 08:29:46 -05:00
#define dgFireDL "__OTR__objects/object_fire/gFireDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gFireDL[] = dgFireDL;
2023-02-14 08:29:46 -05:00
#define dgFire0Tex "__OTR__objects/object_fire/gFire0Tex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gFire0Tex[] = dgFire0Tex;
2023-02-14 08:29:46 -05:00
#define dgFire1Tex "__OTR__objects/object_fire/gFire1Tex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gFire1Tex[] = dgFire1Tex;
2023-02-14 08:29:46 -05:00
#define dgFire2Tex "__OTR__objects/object_fire/gFire2Tex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gFire2Tex[] = dgFire2Tex;
2023-02-14 08:29:46 -05:00
#define dgFire3Tex "__OTR__objects/object_fire/gFire3Tex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gFire3Tex[] = dgFire3Tex;
2023-02-14 08:29:46 -05:00
#define dgFire4Tex "__OTR__objects/object_fire/gFire4Tex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gFire4Tex[] = dgFire4Tex;
2023-02-14 08:29:46 -05:00
#define dgFire5Tex "__OTR__objects/object_fire/gFire5Tex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gFire5Tex[] = dgFire5Tex;
2023-02-14 08:29:46 -05:00
#define dgFire6Tex "__OTR__objects/object_fire/gFire6Tex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gFire6Tex[] = dgFire6Tex;
2023-02-14 08:29:46 -05:00
2023-03-02 09:37:47 -05:00
#define dgFire7Tex "__OTR__objects/object_fire/gFire7Tex"
static const ALIGN_ASSET(2) char gFire7Tex[] = dgFire7Tex;