Add asset headers (#2465)
This commit is contained in:
44
soh/assets/objects/object_spot12_obj/object_spot12_obj.h
Normal file
44
soh/assets/objects/object_spot12_obj/object_spot12_obj.h
Normal file
@@ -0,0 +1,44 @@
|
||||
#pragma once
|
||||
#define dgGerudoFortressWastelandGateDL "__OTR__objects/object_spot12_obj/gGerudoFortressWastelandGateDL"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gGerudoFortressWastelandGateDL[] = dgGerudoFortressWastelandGateDL;
|
||||
#else
|
||||
static const char gGerudoFortressWastelandGateDL[] __attribute__((aligned (2))) = dgGerudoFortressWastelandGateDL;
|
||||
#endif
|
||||
|
||||
#define dgGerudoFortressWastelandGateTex "__OTR__objects/object_spot12_obj/gGerudoFortressWastelandGateTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gGerudoFortressWastelandGateTex[] = dgGerudoFortressWastelandGateTex;
|
||||
#else
|
||||
static const char gGerudoFortressWastelandGateTex[] __attribute__((aligned (2))) = dgGerudoFortressWastelandGateTex;
|
||||
#endif
|
||||
|
||||
#define dgGerudoFortressWastelandGateCol "__OTR__objects/object_spot12_obj/gGerudoFortressWastelandGateCol"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gGerudoFortressWastelandGateCol[] = dgGerudoFortressWastelandGateCol;
|
||||
#else
|
||||
static const char gGerudoFortressWastelandGateCol[] __attribute__((aligned (2))) = dgGerudoFortressWastelandGateCol;
|
||||
#endif
|
||||
|
||||
#define dgGerudoFortressGTGShutterDL "__OTR__objects/object_spot12_obj/gGerudoFortressGTGShutterDL"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gGerudoFortressGTGShutterDL[] = dgGerudoFortressGTGShutterDL;
|
||||
#else
|
||||
static const char gGerudoFortressGTGShutterDL[] __attribute__((aligned (2))) = dgGerudoFortressGTGShutterDL;
|
||||
#endif
|
||||
|
||||
#define dgGerudoFortressGTGShutterTex "__OTR__objects/object_spot12_obj/gGerudoFortressGTGShutterTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gGerudoFortressGTGShutterTex[] = dgGerudoFortressGTGShutterTex;
|
||||
#else
|
||||
static const char gGerudoFortressGTGShutterTex[] __attribute__((aligned (2))) = dgGerudoFortressGTGShutterTex;
|
||||
#endif
|
||||
|
||||
#define dgGerudoFortressGTGShutterCol "__OTR__objects/object_spot12_obj/gGerudoFortressGTGShutterCol"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gGerudoFortressGTGShutterCol[] = dgGerudoFortressGTGShutterCol;
|
||||
#else
|
||||
static const char gGerudoFortressGTGShutterCol[] __attribute__((aligned (2))) = dgGerudoFortressGTGShutterCol;
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user