mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-01 16:15:07 -04:00
16 lines
643 B
C
16 lines
643 B
C
#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
|