mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-03-12 04:35:32 -07:00
19 lines
687 B
C
19 lines
687 B
C
#ifndef OVERLAYS_OVL_OCEFF_SPOT_H
|
|
#define OVERLAYS_OVL_OCEFF_SPOT_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dsTex "__OTR__overlays/ovl_Oceff_Spot/sTex"
|
|
static const ALIGN_ASSET(2) char sTex[] = dsTex;
|
|
|
|
#define dsCylinderVtx "__OTR__overlays/ovl_Oceff_Spot/sCylinderVtx"
|
|
static const ALIGN_ASSET(2) char sCylinderVtx[] = dsCylinderVtx;
|
|
|
|
#define dsCylinderMaterialDL "__OTR__overlays/ovl_Oceff_Spot/sCylinderMaterialDL"
|
|
static const ALIGN_ASSET(2) char sCylinderMaterialDL[] = dsCylinderMaterialDL;
|
|
|
|
#define dsCylinderModelDL "__OTR__overlays/ovl_Oceff_Spot/sCylinderModelDL"
|
|
static const ALIGN_ASSET(2) char sCylinderModelDL[] = dsCylinderModelDL;
|
|
|
|
#endif // OVERLAYS_OVL_OCEFF_SPOT_H
|