mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-21 13:53:49 -07:00
Add asset headers (#2465)
This commit is contained in:
parent
8c87bc13db
commit
66b2d2d5fa
1637 changed files with 142018 additions and 61 deletions
|
@ -0,0 +1,9 @@
|
|||
#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
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue