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,79 +1,36 @@
#pragma once
#define dgMagicBeanSeedlingDL "__OTR__objects/object_mamenoki/gMagicBeanSeedlingDL"
#ifdef _WIN32
static const __declspec(align(2)) char gMagicBeanSeedlingDL[] = dgMagicBeanSeedlingDL;
#else
static const char gMagicBeanSeedlingDL[] __attribute__((aligned (2))) = dgMagicBeanSeedlingDL;
#endif
#define dgMagicBeanStemDL "__OTR__objects/object_mamenoki/gMagicBeanStemDL"
#ifdef _WIN32
static const __declspec(align(2)) char gMagicBeanStemDL[] = dgMagicBeanStemDL;
#else
static const char gMagicBeanStemDL[] __attribute__((aligned (2))) = dgMagicBeanStemDL;
#endif
#define dgMagicBeanPlatformDL "__OTR__objects/object_mamenoki/gMagicBeanPlatformDL"
#ifdef _WIN32
static const __declspec(align(2)) char gMagicBeanPlatformDL[] = dgMagicBeanPlatformDL;
#else
static const char gMagicBeanPlatformDL[] __attribute__((aligned (2))) = dgMagicBeanPlatformDL;
#endif
#define dgMagicBeanSoftSoilDL "__OTR__objects/object_mamenoki/gMagicBeanSoftSoilDL"
#ifdef _WIN32
static const __declspec(align(2)) char gMagicBeanSoftSoilDL[] = dgMagicBeanSoftSoilDL;
#else
static const char gMagicBeanSoftSoilDL[] __attribute__((aligned (2))) = dgMagicBeanSoftSoilDL;
#endif
#define dgMagicBeanSoftSoilTex "__OTR__objects/object_mamenoki/gMagicBeanSoftSoilTex"
#ifdef _WIN32
static const __declspec(align(2)) char gMagicBeanSoftSoilTex[] = dgMagicBeanSoftSoilTex;
#else
static const char gMagicBeanSoftSoilTex[] __attribute__((aligned (2))) = dgMagicBeanSoftSoilTex;
#endif
#define dgMagicBeanSeedlingTex "__OTR__objects/object_mamenoki/gMagicBeanSeedlingTex"
#ifdef _WIN32
static const __declspec(align(2)) char gMagicBeanSeedlingTex[] = dgMagicBeanSeedlingTex;
#else
static const char gMagicBeanSeedlingTex[] __attribute__((aligned (2))) = dgMagicBeanSeedlingTex;
#endif
#define dgMagicBeanPlatformTex "__OTR__objects/object_mamenoki/gMagicBeanPlatformTex"
#ifdef _WIN32
static const __declspec(align(2)) char gMagicBeanPlatformTex[] = dgMagicBeanPlatformTex;
#else
static const char gMagicBeanPlatformTex[] __attribute__((aligned (2))) = dgMagicBeanPlatformTex;
#endif
#define dgMagicBeanPlatformStemTex "__OTR__objects/object_mamenoki/gMagicBeanPlatformStemTex"
#ifdef _WIN32
static const __declspec(align(2)) char gMagicBeanPlatformStemTex[] = dgMagicBeanPlatformStemTex;
#else
static const char gMagicBeanPlatformStemTex[] __attribute__((aligned (2))) = dgMagicBeanPlatformStemTex;
#endif
#define dgMagicBeanPlatformRootsTex "__OTR__objects/object_mamenoki/gMagicBeanPlatformRootsTex"
#ifdef _WIN32
static const __declspec(align(2)) char gMagicBeanPlatformRootsTex[] = dgMagicBeanPlatformRootsTex;
#else
static const char gMagicBeanPlatformRootsTex[] __attribute__((aligned (2))) = dgMagicBeanPlatformRootsTex;
#endif
#define dgMagicBeanStemTex "__OTR__objects/object_mamenoki/gMagicBeanStemTex"
#ifdef _WIN32
static const __declspec(align(2)) char gMagicBeanStemTex[] = dgMagicBeanStemTex;
#else
static const char gMagicBeanStemTex[] __attribute__((aligned (2))) = dgMagicBeanStemTex;
#endif
#define dgMagicBeanPlatformCol "__OTR__objects/object_mamenoki/gMagicBeanPlatformCol"
#ifdef _WIN32
static const __declspec(align(2)) char gMagicBeanPlatformCol[] = dgMagicBeanPlatformCol;
#else
static const char gMagicBeanPlatformCol[] __attribute__((aligned (2))) = dgMagicBeanPlatformCol;
#endif
#include "align_asset_macro.h"
#define dgMagicBeanSeedlingDL "__OTR__objects/object_mamenoki/gMagicBeanSeedlingDL"
static const ALIGN_ASSET(2) char gMagicBeanSeedlingDL[] = dgMagicBeanSeedlingDL;
#define dgMagicBeanStemDL "__OTR__objects/object_mamenoki/gMagicBeanStemDL"
static const ALIGN_ASSET(2) char gMagicBeanStemDL[] = dgMagicBeanStemDL;
#define dgMagicBeanPlatformDL "__OTR__objects/object_mamenoki/gMagicBeanPlatformDL"
static const ALIGN_ASSET(2) char gMagicBeanPlatformDL[] = dgMagicBeanPlatformDL;
#define dgMagicBeanSoftSoilDL "__OTR__objects/object_mamenoki/gMagicBeanSoftSoilDL"
static const ALIGN_ASSET(2) char gMagicBeanSoftSoilDL[] = dgMagicBeanSoftSoilDL;
#define dgMagicBeanSoftSoilTex "__OTR__objects/object_mamenoki/gMagicBeanSoftSoilTex"
static const ALIGN_ASSET(2) char gMagicBeanSoftSoilTex[] = dgMagicBeanSoftSoilTex;
#define dgMagicBeanSeedlingTex "__OTR__objects/object_mamenoki/gMagicBeanSeedlingTex"
static const ALIGN_ASSET(2) char gMagicBeanSeedlingTex[] = dgMagicBeanSeedlingTex;
#define dgMagicBeanPlatformTex "__OTR__objects/object_mamenoki/gMagicBeanPlatformTex"
static const ALIGN_ASSET(2) char gMagicBeanPlatformTex[] = dgMagicBeanPlatformTex;
#define dgMagicBeanPlatformStemTex "__OTR__objects/object_mamenoki/gMagicBeanPlatformStemTex"
static const ALIGN_ASSET(2) char gMagicBeanPlatformStemTex[] = dgMagicBeanPlatformStemTex;
#define dgMagicBeanPlatformRootsTex "__OTR__objects/object_mamenoki/gMagicBeanPlatformRootsTex"
static const ALIGN_ASSET(2) char gMagicBeanPlatformRootsTex[] = dgMagicBeanPlatformRootsTex;
#define dgMagicBeanStemTex "__OTR__objects/object_mamenoki/gMagicBeanStemTex"
static const ALIGN_ASSET(2) char gMagicBeanStemTex[] = dgMagicBeanStemTex;
#define dgMagicBeanPlatformCol "__OTR__objects/object_mamenoki/gMagicBeanPlatformCol"
static const ALIGN_ASSET(2) char gMagicBeanPlatformCol[] = dgMagicBeanPlatformCol;