Add asset headers (#2465)

This commit is contained in:
David Chavez 2023-02-14 14:29:46 +01:00 committed by GitHub
commit 66b2d2d5fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
1637 changed files with 142018 additions and 61 deletions

View 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