mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-01 16:15:07 -04:00
24 lines
971 B
C
24 lines
971 B
C
#pragma once
|
|
#define dobject_bwall_DL_000040 "__OTR__objects/object_bwall/object_bwall_DL_000040"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char object_bwall_DL_000040[] = dobject_bwall_DL_000040;
|
|
#else
|
|
static const char object_bwall_DL_000040[] __attribute__((aligned (2))) = dobject_bwall_DL_000040;
|
|
#endif
|
|
|
|
#define dobject_bwall_Col_000118 "__OTR__objects/object_bwall/object_bwall_Col_000118"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char object_bwall_Col_000118[] = dobject_bwall_Col_000118;
|
|
#else
|
|
static const char object_bwall_Col_000118[] __attribute__((aligned (2))) = dobject_bwall_Col_000118;
|
|
#endif
|
|
|
|
#define dobject_bwall_Tex_000150 "__OTR__objects/object_bwall/object_bwall_Tex_000150"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char object_bwall_Tex_000150[] = dobject_bwall_Tex_000150;
|
|
#else
|
|
static const char object_bwall_Tex_000150[] __attribute__((aligned (2))) = dobject_bwall_Tex_000150;
|
|
#endif
|
|
|
|
|