mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-03-12 04:35:32 -07:00
22 lines
745 B
C
22 lines
745 B
C
#ifndef OVERLAYS_OVL_OCEFF_WIPE2_H
|
|
#define OVERLAYS_OVL_OCEFF_WIPE2_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define ds1Tex "__OTR__overlays/ovl_Oceff_Wipe2/s1Tex"
|
|
static const ALIGN_ASSET(2) char s1Tex[] = ds1Tex;
|
|
|
|
#define ds2Tex "__OTR__overlays/ovl_Oceff_Wipe2/s2Tex"
|
|
static const ALIGN_ASSET(2) char s2Tex[] = ds2Tex;
|
|
|
|
#define dsFrustumVtx "__OTR__overlays/ovl_Oceff_Wipe2/sFrustumVtx"
|
|
static const ALIGN_ASSET(2) char sFrustumVtx[] = dsFrustumVtx;
|
|
|
|
#define dsMaterialDL "__OTR__overlays/ovl_Oceff_Wipe2/sMaterialDL"
|
|
static const ALIGN_ASSET(2) char sMaterialDL[] = dsMaterialDL;
|
|
|
|
#define dsFrustumDL "__OTR__overlays/ovl_Oceff_Wipe2/sFrustumDL"
|
|
static const ALIGN_ASSET(2) char sFrustumDL[] = dsFrustumDL;
|
|
|
|
#endif // OVERLAYS_OVL_OCEFF_WIPE2_H
|