mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-03-12 04:35:32 -07:00
16 lines
485 B
C
16 lines
485 B
C
#ifndef OVERLAYS_OVL_ELF_MSG2_H
|
|
#define OVERLAYS_OVL_ELF_MSG2_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dD_809ADC38 "__OTR__overlays/ovl_Elf_Msg2/D_809ADC38"
|
|
static const ALIGN_ASSET(2) char D_809ADC38[] = dD_809ADC38;
|
|
|
|
#define dsCubeVtx "__OTR__overlays/ovl_Elf_Msg2/sCubeVtx"
|
|
static const ALIGN_ASSET(2) char sCubeVtx[] = dsCubeVtx;
|
|
|
|
#define dsCubeDL "__OTR__overlays/ovl_Elf_Msg2/sCubeDL"
|
|
static const ALIGN_ASSET(2) char sCubeDL[] = dsCubeDL;
|
|
|
|
#endif // OVERLAYS_OVL_ELF_MSG2_H
|