Simplify Asset Headers (#2474)

This commit is contained in:
Amaro Martínez
2023-03-02 09:37:47 -05:00
committed by GitHub
parent 21466192e5
commit d3f864cea9
1075 changed files with 60897 additions and 139767 deletions

View File

@@ -1,58 +1,27 @@
#pragma once
#define dgGiQuiver30InnerColorDL "__OTR__objects/object_gi_arrowcase/gGiQuiver30InnerColorDL"
#ifdef _WIN32
static const __declspec(align(2)) char gGiQuiver30InnerColorDL[] = dgGiQuiver30InnerColorDL;
#else
static const char gGiQuiver30InnerColorDL[] __attribute__((aligned (2))) = dgGiQuiver30InnerColorDL;
#endif
#define dgGiQuiver40InnerColorDL "__OTR__objects/object_gi_arrowcase/gGiQuiver40InnerColorDL"
#ifdef _WIN32
static const __declspec(align(2)) char gGiQuiver40InnerColorDL[] = dgGiQuiver40InnerColorDL;
#else
static const char gGiQuiver40InnerColorDL[] __attribute__((aligned (2))) = dgGiQuiver40InnerColorDL;
#endif
#define dgGiQuiver50InnerColorDL "__OTR__objects/object_gi_arrowcase/gGiQuiver50InnerColorDL"
#ifdef _WIN32
static const __declspec(align(2)) char gGiQuiver50InnerColorDL[] = dgGiQuiver50InnerColorDL;
#else
static const char gGiQuiver50InnerColorDL[] __attribute__((aligned (2))) = dgGiQuiver50InnerColorDL;
#endif
#define dgGiQuiver30OuterColorDL "__OTR__objects/object_gi_arrowcase/gGiQuiver30OuterColorDL"
#ifdef _WIN32
static const __declspec(align(2)) char gGiQuiver30OuterColorDL[] = dgGiQuiver30OuterColorDL;
#else
static const char gGiQuiver30OuterColorDL[] __attribute__((aligned (2))) = dgGiQuiver30OuterColorDL;
#endif
#define dgGiQuiver40OuterColorDL "__OTR__objects/object_gi_arrowcase/gGiQuiver40OuterColorDL"
#ifdef _WIN32
static const __declspec(align(2)) char gGiQuiver40OuterColorDL[] = dgGiQuiver40OuterColorDL;
#else
static const char gGiQuiver40OuterColorDL[] __attribute__((aligned (2))) = dgGiQuiver40OuterColorDL;
#endif
#define dgGiQuiver50OuterColorDL "__OTR__objects/object_gi_arrowcase/gGiQuiver50OuterColorDL"
#ifdef _WIN32
static const __declspec(align(2)) char gGiQuiver50OuterColorDL[] = dgGiQuiver50OuterColorDL;
#else
static const char gGiQuiver50OuterColorDL[] __attribute__((aligned (2))) = dgGiQuiver50OuterColorDL;
#endif
#define dgGiQuiverInnerDL "__OTR__objects/object_gi_arrowcase/gGiQuiverInnerDL"
#ifdef _WIN32
static const __declspec(align(2)) char gGiQuiverInnerDL[] = dgGiQuiverInnerDL;
#else
static const char gGiQuiverInnerDL[] __attribute__((aligned (2))) = dgGiQuiverInnerDL;
#endif
#define dgGiQuiverOuterDL "__OTR__objects/object_gi_arrowcase/gGiQuiverOuterDL"
#ifdef _WIN32
static const __declspec(align(2)) char gGiQuiverOuterDL[] = dgGiQuiverOuterDL;
#else
static const char gGiQuiverOuterDL[] __attribute__((aligned (2))) = dgGiQuiverOuterDL;
#endif
#include "align_asset_macro.h"
#define dgGiQuiver30InnerColorDL "__OTR__objects/object_gi_arrowcase/gGiQuiver30InnerColorDL"
static const ALIGN_ASSET(2) char gGiQuiver30InnerColorDL[] = dgGiQuiver30InnerColorDL;
#define dgGiQuiver40InnerColorDL "__OTR__objects/object_gi_arrowcase/gGiQuiver40InnerColorDL"
static const ALIGN_ASSET(2) char gGiQuiver40InnerColorDL[] = dgGiQuiver40InnerColorDL;
#define dgGiQuiver50InnerColorDL "__OTR__objects/object_gi_arrowcase/gGiQuiver50InnerColorDL"
static const ALIGN_ASSET(2) char gGiQuiver50InnerColorDL[] = dgGiQuiver50InnerColorDL;
#define dgGiQuiver30OuterColorDL "__OTR__objects/object_gi_arrowcase/gGiQuiver30OuterColorDL"
static const ALIGN_ASSET(2) char gGiQuiver30OuterColorDL[] = dgGiQuiver30OuterColorDL;
#define dgGiQuiver40OuterColorDL "__OTR__objects/object_gi_arrowcase/gGiQuiver40OuterColorDL"
static const ALIGN_ASSET(2) char gGiQuiver40OuterColorDL[] = dgGiQuiver40OuterColorDL;
#define dgGiQuiver50OuterColorDL "__OTR__objects/object_gi_arrowcase/gGiQuiver50OuterColorDL"
static const ALIGN_ASSET(2) char gGiQuiver50OuterColorDL[] = dgGiQuiver50OuterColorDL;
#define dgGiQuiverInnerDL "__OTR__objects/object_gi_arrowcase/gGiQuiverInnerDL"
static const ALIGN_ASSET(2) char gGiQuiverInnerDL[] = dgGiQuiverInnerDL;
#define dgGiQuiverOuterDL "__OTR__objects/object_gi_arrowcase/gGiQuiverOuterDL"
static const ALIGN_ASSET(2) char gGiQuiverOuterDL[] = dgGiQuiverOuterDL;