mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-03-12 04:35:32 -07:00
13 lines
382 B
C
13 lines
382 B
C
#ifndef OVERLAYS_OVL_EN_KANBAN_H
|
|
#define OVERLAYS_OVL_EN_KANBAN_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dsShadowVtx "__OTR__overlays/ovl_En_Kanban/sShadowVtx"
|
|
static const ALIGN_ASSET(2) char sShadowVtx[] = dsShadowVtx;
|
|
|
|
#define dsShadowDL "__OTR__overlays/ovl_En_Kanban/sShadowDL"
|
|
static const ALIGN_ASSET(2) char sShadowDL[] = dsShadowDL;
|
|
|
|
#endif // OVERLAYS_OVL_EN_KANBAN_H
|