mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-14 18:48:04 -07:00
Simplify Asset Headers (#2474)
This commit is contained in:
parent
21466192e5
commit
d3f864cea9
1075 changed files with 60897 additions and 139767 deletions
|
@ -1,9 +1,6 @@
|
|||
#pragma once
|
||||
#define dgGiGoronBraceletDL "__OTR__objects/object_gi_bracelet/gGiGoronBraceletDL"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gGiGoronBraceletDL[] = dgGiGoronBraceletDL;
|
||||
#else
|
||||
static const char gGiGoronBraceletDL[] __attribute__((aligned (2))) = dgGiGoronBraceletDL;
|
||||
#endif
|
||||
|
||||
|
||||
#include "align_asset_macro.h"
|
||||
|
||||
#define dgGiGoronBraceletDL "__OTR__objects/object_gi_bracelet/gGiGoronBraceletDL"
|
||||
static const ALIGN_ASSET(2) char gGiGoronBraceletDL[] = dgGiGoronBraceletDL;
|
Loading…
Add table
Add a link
Reference in a new issue