mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-09 15:10:51 -08:00
34 lines
1.7 KiB
C
34 lines
1.7 KiB
C
#ifndef OBJECTS_OBJECT_GI_JEWEL_H
|
|
#define OBJECTS_OBJECT_GI_JEWEL_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgGiKokiriEmeraldScintillationTex "__OTR__objects/object_gi_jewel/gGiKokiriEmeraldScintillationTex"
|
|
static const ALIGN_ASSET(2) char gGiKokiriEmeraldScintillationTex[] = dgGiKokiriEmeraldScintillationTex;
|
|
|
|
#define dgGiKokiriEmeraldSettingDL "__OTR__objects/object_gi_jewel/gGiKokiriEmeraldSettingDL"
|
|
static const ALIGN_ASSET(2) char gGiKokiriEmeraldSettingDL[] = dgGiKokiriEmeraldSettingDL;
|
|
|
|
#define dgGiKokiriEmeraldGemDL "__OTR__objects/object_gi_jewel/gGiKokiriEmeraldGemDL"
|
|
static const ALIGN_ASSET(2) char gGiKokiriEmeraldGemDL[] = dgGiKokiriEmeraldGemDL;
|
|
|
|
#define dgGiGoronRubyScintillationTex "__OTR__objects/object_gi_jewel/gGiGoronRubyScintillationTex"
|
|
static const ALIGN_ASSET(2) char gGiGoronRubyScintillationTex[] = dgGiGoronRubyScintillationTex;
|
|
|
|
#define dgGiGoronRubySettingDL "__OTR__objects/object_gi_jewel/gGiGoronRubySettingDL"
|
|
static const ALIGN_ASSET(2) char gGiGoronRubySettingDL[] = dgGiGoronRubySettingDL;
|
|
|
|
#define dgGiGoronRubyGemDL "__OTR__objects/object_gi_jewel/gGiGoronRubyGemDL"
|
|
static const ALIGN_ASSET(2) char gGiGoronRubyGemDL[] = dgGiGoronRubyGemDL;
|
|
|
|
#define dgGiZoraSapphireScintillationTex "__OTR__objects/object_gi_jewel/gGiZoraSapphireScintillationTex"
|
|
static const ALIGN_ASSET(2) char gGiZoraSapphireScintillationTex[] = dgGiZoraSapphireScintillationTex;
|
|
|
|
#define dgGiZoraSapphireSettingDL "__OTR__objects/object_gi_jewel/gGiZoraSapphireSettingDL"
|
|
static const ALIGN_ASSET(2) char gGiZoraSapphireSettingDL[] = dgGiZoraSapphireSettingDL;
|
|
|
|
#define dgGiZoraSapphireGemDL "__OTR__objects/object_gi_jewel/gGiZoraSapphireGemDL"
|
|
static const ALIGN_ASSET(2) char gGiZoraSapphireGemDL[] = dgGiZoraSapphireGemDL;
|
|
|
|
#endif // OBJECTS_OBJECT_GI_JEWEL_H
|