mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-03-12 04:35:32 -07:00
13 lines
434 B
C
13 lines
434 B
C
#ifndef OVERLAYS_OVL_EN_ST_H
|
|
#define OVERLAYS_OVL_EN_ST_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dsSkulltulaUnusedVtx "__OTR__overlays/ovl_En_St/sSkulltulaUnusedVtx"
|
|
static const ALIGN_ASSET(2) char sSkulltulaUnusedVtx[] = dsSkulltulaUnusedVtx;
|
|
|
|
#define dsSkulltulaUnusedDL "__OTR__overlays/ovl_En_St/sSkulltulaUnusedDL"
|
|
static const ALIGN_ASSET(2) char sSkulltulaUnusedDL[] = dsSkulltulaUnusedDL;
|
|
|
|
#endif // OVERLAYS_OVL_EN_ST_H
|