mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-01 08:05:07 -04:00
10 lines
320 B
C
10 lines
320 B
C
#pragma once
|
|
#define dobject_gm_Anim_0002B8 "__OTR__objects/object_gm/object_gm_Anim_0002B8"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char object_gm_Anim_0002B8[] = dobject_gm_Anim_0002B8;
|
|
#else
|
|
static const char object_gm_Anim_0002B8[] __attribute__((aligned (2))) = dobject_gm_Anim_0002B8;
|
|
#endif
|
|
|
|
|