mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-01 08:05:07 -04:00
16 lines
685 B
C
16 lines
685 B
C
#ifndef TEXTURES_OBJECT_GANON_H
|
|
#define TEXTURES_OBJECT_GANON_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgGanondorfTitleCardENGTex "__OTR__textures/object_ganon/gGanondorfTitleCardENGTex"
|
|
static const ALIGN_ASSET(2) char gGanondorfTitleCardENGTex[] = dgGanondorfTitleCardENGTex;
|
|
|
|
#define dgGanondorfTitleCardGERTex "__OTR__textures/object_ganon/gGanondorfTitleCardGERTex"
|
|
static const ALIGN_ASSET(2) char gGanondorfTitleCardGERTex[] = dgGanondorfTitleCardGERTex;
|
|
|
|
#define dgGanondorfTitleCardFRATex "__OTR__textures/object_ganon/gGanondorfTitleCardFRATex"
|
|
static const ALIGN_ASSET(2) char gGanondorfTitleCardFRATex[] = dgGanondorfTitleCardFRATex;
|
|
|
|
#endif // TEXTURES_OBJECT_GANON_H
|