mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-17 23:15:11 -05:00
17 lines
630 B
C
17 lines
630 B
C
|
#pragma once
|
||
|
#define dobject_kusa_DL_000140 "__OTR__objects/object_kusa/object_kusa_DL_000140"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char object_kusa_DL_000140[] = dobject_kusa_DL_000140;
|
||
|
#else
|
||
|
static const char object_kusa_DL_000140[] __attribute__((aligned (2))) = dobject_kusa_DL_000140;
|
||
|
#endif
|
||
|
|
||
|
#define dobject_kusa_DL_0002E0 "__OTR__objects/object_kusa/object_kusa_DL_0002E0"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char object_kusa_DL_0002E0[] = dobject_kusa_DL_0002E0;
|
||
|
#else
|
||
|
static const char object_kusa_DL_0002E0[] __attribute__((aligned (2))) = dobject_kusa_DL_0002E0;
|
||
|
#endif
|
||
|
|
||
|
|