mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-03-12 04:35:32 -07:00
22 lines
737 B
C
22 lines
737 B
C
#ifndef OVERLAYS_OVL_ELF_MSG_H
|
|
#define OVERLAYS_OVL_ELF_MSG_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dD_809AD278 "__OTR__overlays/ovl_Elf_Msg/D_809AD278"
|
|
static const ALIGN_ASSET(2) char D_809AD278[] = dD_809AD278;
|
|
|
|
#define dsCylinderVtx "__OTR__overlays/ovl_Elf_Msg/sCylinderVtx"
|
|
static const ALIGN_ASSET(2) char sCylinderVtx[] = dsCylinderVtx;
|
|
|
|
#define dsCylinderDL "__OTR__overlays/ovl_Elf_Msg/sCylinderDL"
|
|
static const ALIGN_ASSET(2) char sCylinderDL[] = dsCylinderDL;
|
|
|
|
#define dsCubeVtx "__OTR__overlays/ovl_Elf_Msg/sCubeVtx"
|
|
static const ALIGN_ASSET(2) char sCubeVtx[] = dsCubeVtx;
|
|
|
|
#define dsCubeDL "__OTR__overlays/ovl_Elf_Msg/sCubeDL"
|
|
static const ALIGN_ASSET(2) char sCubeDL[] = dsCubeDL;
|
|
|
|
#endif // OVERLAYS_OVL_ELF_MSG_H
|