mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-03-12 04:35:32 -07:00
13 lines
364 B
C
13 lines
364 B
C
#ifndef OVERLAYS_OVL_EN_HOLL_H
|
|
#define OVERLAYS_OVL_EN_HOLL_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dsPlaneVtx "__OTR__overlays/ovl_En_Holl/sPlaneVtx"
|
|
static const ALIGN_ASSET(2) char sPlaneVtx[] = dsPlaneVtx;
|
|
|
|
#define dsPlaneDL "__OTR__overlays/ovl_En_Holl/sPlaneDL"
|
|
static const ALIGN_ASSET(2) char sPlaneDL[] = dsPlaneDL;
|
|
|
|
#endif // OVERLAYS_OVL_EN_HOLL_H
|