mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-21 13:53:49 -07:00
Add asset headers (#2465)
This commit is contained in:
parent
8c87bc13db
commit
66b2d2d5fa
1637 changed files with 142018 additions and 61 deletions
37
soh/assets/overlays/ovl_Elf_Msg/ovl_Elf_Msg.h
Normal file
37
soh/assets/overlays/ovl_Elf_Msg/ovl_Elf_Msg.h
Normal file
|
@ -0,0 +1,37 @@
|
|||
#pragma once
|
||||
#define dD_809AD278 "__OTR__overlays/ovl_Elf_Msg/D_809AD278"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char D_809AD278[] = dD_809AD278;
|
||||
#else
|
||||
static const char D_809AD278[] __attribute__((aligned (2))) = dD_809AD278;
|
||||
#endif
|
||||
|
||||
#define dsCylinderVtx "__OTR__overlays/ovl_Elf_Msg/sCylinderVtx"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char sCylinderVtx[] = dsCylinderVtx;
|
||||
#else
|
||||
static const char sCylinderVtx[] __attribute__((aligned (2))) = dsCylinderVtx;
|
||||
#endif
|
||||
|
||||
#define dsCylinderDL "__OTR__overlays/ovl_Elf_Msg/sCylinderDL"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char sCylinderDL[] = dsCylinderDL;
|
||||
#else
|
||||
static const char sCylinderDL[] __attribute__((aligned (2))) = dsCylinderDL;
|
||||
#endif
|
||||
|
||||
#define dsCubeVtx "__OTR__overlays/ovl_Elf_Msg/sCubeVtx"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char sCubeVtx[] = dsCubeVtx;
|
||||
#else
|
||||
static const char sCubeVtx[] __attribute__((aligned (2))) = dsCubeVtx;
|
||||
#endif
|
||||
|
||||
#define dsCubeDL "__OTR__overlays/ovl_Elf_Msg/sCubeDL"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char sCubeDL[] = dsCubeDL;
|
||||
#else
|
||||
static const char sCubeDL[] __attribute__((aligned (2))) = dsCubeDL;
|
||||
#endif
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue