mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-01 16:15:07 -04:00
16 lines
631 B
C
16 lines
631 B
C
#ifndef TEXTURES_OBJECT_GOMA_H
|
|
#define TEXTURES_OBJECT_GOMA_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgGohmaTitleCardENGTex "__OTR__textures/object_goma/gGohmaTitleCardENGTex"
|
|
static const ALIGN_ASSET(2) char gGohmaTitleCardENGTex[] = dgGohmaTitleCardENGTex;
|
|
|
|
#define dgGohmaTitleCardGERTex "__OTR__textures/object_goma/gGohmaTitleCardGERTex"
|
|
static const ALIGN_ASSET(2) char gGohmaTitleCardGERTex[] = dgGohmaTitleCardGERTex;
|
|
|
|
#define dgGohmaTitleCardFRATex "__OTR__textures/object_goma/gGohmaTitleCardFRATex"
|
|
static const ALIGN_ASSET(2) char gGohmaTitleCardFRATex[] = dgGohmaTitleCardFRATex;
|
|
|
|
#endif // TEXTURES_OBJECT_GOMA_H
|