#ifndef TEXTURES_OBJECT_GANON2_H #define TEXTURES_OBJECT_GANON2_H 1 #include "align_asset_macro.h" #define dgGanonTitleCardENGTex "__OTR__textures/object_ganon2/gGanonTitleCardENGTex" static const ALIGN_ASSET(2) char gGanonTitleCardENGTex[] = dgGanonTitleCardENGTex; #define dgGanonTitleCardGERTex "__OTR__textures/object_ganon2/gGanonTitleCardGERTex" static const ALIGN_ASSET(2) char gGanonTitleCardGERTex[] = dgGanonTitleCardGERTex; #define dgGanonTitleCardFRATex "__OTR__textures/object_ganon2/gGanonTitleCardFRATex" static const ALIGN_ASSET(2) char gGanonTitleCardFRATex[] = dgGanonTitleCardFRATex; #endif // TEXTURES_OBJECT_GANON2_H