mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-01 16:15:07 -04:00
339 lines
15 KiB
C
339 lines
15 KiB
C
|
#pragma once
|
||
|
#define dgPoeSellerIdleAnim "__OTR__objects/object_ps/gPoeSellerIdleAnim"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gPoeSellerIdleAnim[] = dgPoeSellerIdleAnim;
|
||
|
#else
|
||
|
static const char gPoeSellerIdleAnim[] __attribute__((aligned (2))) = dgPoeSellerIdleAnim;
|
||
|
#endif
|
||
|
|
||
|
#define dgPoeSellerMetalFrameTex "__OTR__objects/object_ps/gPoeSellerMetalFrameTex"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gPoeSellerMetalFrameTex[] = dgPoeSellerMetalFrameTex;
|
||
|
#else
|
||
|
static const char gPoeSellerMetalFrameTex[] __attribute__((aligned (2))) = dgPoeSellerMetalFrameTex;
|
||
|
#endif
|
||
|
|
||
|
#define dgPoeSellerMattressTex "__OTR__objects/object_ps/gPoeSellerMattressTex"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gPoeSellerMattressTex[] = dgPoeSellerMattressTex;
|
||
|
#else
|
||
|
static const char gPoeSellerMattressTex[] __attribute__((aligned (2))) = dgPoeSellerMattressTex;
|
||
|
#endif
|
||
|
|
||
|
#define dgPoeSellerClothTex "__OTR__objects/object_ps/gPoeSellerClothTex"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gPoeSellerClothTex[] = dgPoeSellerClothTex;
|
||
|
#else
|
||
|
static const char gPoeSellerClothTex[] __attribute__((aligned (2))) = dgPoeSellerClothTex;
|
||
|
#endif
|
||
|
|
||
|
#define dgPoeSellerCarpetTex "__OTR__objects/object_ps/gPoeSellerCarpetTex"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gPoeSellerCarpetTex[] = dgPoeSellerCarpetTex;
|
||
|
#else
|
||
|
static const char gPoeSellerCarpetTex[] __attribute__((aligned (2))) = dgPoeSellerCarpetTex;
|
||
|
#endif
|
||
|
|
||
|
#define dgPoeSellerBottleLabelTex "__OTR__objects/object_ps/gPoeSellerBottleLabelTex"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gPoeSellerBottleLabelTex[] = dgPoeSellerBottleLabelTex;
|
||
|
#else
|
||
|
static const char gPoeSellerBottleLabelTex[] __attribute__((aligned (2))) = dgPoeSellerBottleLabelTex;
|
||
|
#endif
|
||
|
|
||
|
#define dgPoeSellerWoodenPanelTex "__OTR__objects/object_ps/gPoeSellerWoodenPanelTex"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gPoeSellerWoodenPanelTex[] = dgPoeSellerWoodenPanelTex;
|
||
|
#else
|
||
|
static const char gPoeSellerWoodenPanelTex[] __attribute__((aligned (2))) = dgPoeSellerWoodenPanelTex;
|
||
|
#endif
|
||
|
|
||
|
#define dgPoeSellerLanternTex "__OTR__objects/object_ps/gPoeSellerLanternTex"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gPoeSellerLanternTex[] = dgPoeSellerLanternTex;
|
||
|
#else
|
||
|
static const char gPoeSellerLanternTex[] __attribute__((aligned (2))) = dgPoeSellerLanternTex;
|
||
|
#endif
|
||
|
|
||
|
#define dgPoeSellerAngrySoulTex "__OTR__objects/object_ps/gPoeSellerAngrySoulTex"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gPoeSellerAngrySoulTex[] = dgPoeSellerAngrySoulTex;
|
||
|
#else
|
||
|
static const char gPoeSellerAngrySoulTex[] __attribute__((aligned (2))) = dgPoeSellerAngrySoulTex;
|
||
|
#endif
|
||
|
|
||
|
#define dgPoeSellerHappySoulTex "__OTR__objects/object_ps/gPoeSellerHappySoulTex"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gPoeSellerHappySoulTex[] = dgPoeSellerHappySoulTex;
|
||
|
#else
|
||
|
static const char gPoeSellerHappySoulTex[] __attribute__((aligned (2))) = dgPoeSellerHappySoulTex;
|
||
|
#endif
|
||
|
|
||
|
#define dgPoeSellerSadSoulTex "__OTR__objects/object_ps/gPoeSellerSadSoulTex"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gPoeSellerSadSoulTex[] = dgPoeSellerSadSoulTex;
|
||
|
#else
|
||
|
static const char gPoeSellerSadSoulTex[] __attribute__((aligned (2))) = dgPoeSellerSadSoulTex;
|
||
|
#endif
|
||
|
|
||
|
#define dgPoeSellerCagedSoulDL "__OTR__objects/object_ps/gPoeSellerCagedSoulDL"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gPoeSellerCagedSoulDL[] = dgPoeSellerCagedSoulDL;
|
||
|
#else
|
||
|
static const char gPoeSellerCagedSoulDL[] __attribute__((aligned (2))) = dgPoeSellerCagedSoulDL;
|
||
|
#endif
|
||
|
|
||
|
#define dgPoeSellerSkel "__OTR__objects/object_ps/gPoeSellerSkel"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gPoeSellerSkel[] = dgPoeSellerSkel;
|
||
|
#else
|
||
|
static const char gPoeSellerSkel[] __attribute__((aligned (2))) = dgPoeSellerSkel;
|
||
|
#endif
|
||
|
|
||
|
#define dgPoeSellerCol "__OTR__objects/object_ps/gPoeSellerCol"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gPoeSellerCol[] = dgPoeSellerCol;
|
||
|
#else
|
||
|
static const char gPoeSellerCol[] __attribute__((aligned (2))) = dgPoeSellerCol;
|
||
|
#endif
|
||
|
|
||
|
#define dgPoeSellerSwingStickAnim "__OTR__objects/object_ps/gPoeSellerSwingStickAnim"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gPoeSellerSwingStickAnim[] = dgPoeSellerSwingStickAnim;
|
||
|
#else
|
||
|
static const char gPoeSellerSwingStickAnim[] __attribute__((aligned (2))) = dgPoeSellerSwingStickAnim;
|
||
|
#endif
|
||
|
|
||
|
#define dgPoeSellerSkelLimbsLimb_00C170DL_004838 "__OTR__objects/object_ps/gPoeSellerSkelLimbsLimb_00C170DL_004838"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gPoeSellerSkelLimbsLimb_00C170DL_004838[] = dgPoeSellerSkelLimbsLimb_00C170DL_004838;
|
||
|
#else
|
||
|
static const char gPoeSellerSkelLimbsLimb_00C170DL_004838[] __attribute__((aligned (2))) = dgPoeSellerSkelLimbsLimb_00C170DL_004838;
|
||
|
#endif
|
||
|
|
||
|
#define dgPoeSellerSkelLimbsLimb_00C188DL_00A638 "__OTR__objects/object_ps/gPoeSellerSkelLimbsLimb_00C188DL_00A638"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gPoeSellerSkelLimbsLimb_00C188DL_00A638[] = dgPoeSellerSkelLimbsLimb_00C188DL_00A638;
|
||
|
#else
|
||
|
static const char gPoeSellerSkelLimbsLimb_00C188DL_00A638[] __attribute__((aligned (2))) = dgPoeSellerSkelLimbsLimb_00C188DL_00A638;
|
||
|
#endif
|
||
|
|
||
|
#define dgPoeSellerSkelLimbsLimb_00C194DL_00A748 "__OTR__objects/object_ps/gPoeSellerSkelLimbsLimb_00C194DL_00A748"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gPoeSellerSkelLimbsLimb_00C194DL_00A748[] = dgPoeSellerSkelLimbsLimb_00C194DL_00A748;
|
||
|
#else
|
||
|
static const char gPoeSellerSkelLimbsLimb_00C194DL_00A748[] __attribute__((aligned (2))) = dgPoeSellerSkelLimbsLimb_00C194DL_00A748;
|
||
|
#endif
|
||
|
|
||
|
#define dgPoeSellerSkelLimbsLimb_00C1A0DL_00A400 "__OTR__objects/object_ps/gPoeSellerSkelLimbsLimb_00C1A0DL_00A400"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gPoeSellerSkelLimbsLimb_00C1A0DL_00A400[] = dgPoeSellerSkelLimbsLimb_00C1A0DL_00A400;
|
||
|
#else
|
||
|
static const char gPoeSellerSkelLimbsLimb_00C1A0DL_00A400[] __attribute__((aligned (2))) = dgPoeSellerSkelLimbsLimb_00C1A0DL_00A400;
|
||
|
#endif
|
||
|
|
||
|
#define dgPoeSellerSkelLimbsLimb_00C1ACDL_00A510 "__OTR__objects/object_ps/gPoeSellerSkelLimbsLimb_00C1ACDL_00A510"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gPoeSellerSkelLimbsLimb_00C1ACDL_00A510[] = dgPoeSellerSkelLimbsLimb_00C1ACDL_00A510;
|
||
|
#else
|
||
|
static const char gPoeSellerSkelLimbsLimb_00C1ACDL_00A510[] __attribute__((aligned (2))) = dgPoeSellerSkelLimbsLimb_00C1ACDL_00A510;
|
||
|
#endif
|
||
|
|
||
|
#define dgPoeSellerSkelLimbsLimb_00C1B8DL_009AE8 "__OTR__objects/object_ps/gPoeSellerSkelLimbsLimb_00C1B8DL_009AE8"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gPoeSellerSkelLimbsLimb_00C1B8DL_009AE8[] = dgPoeSellerSkelLimbsLimb_00C1B8DL_009AE8;
|
||
|
#else
|
||
|
static const char gPoeSellerSkelLimbsLimb_00C1B8DL_009AE8[] __attribute__((aligned (2))) = dgPoeSellerSkelLimbsLimb_00C1B8DL_009AE8;
|
||
|
#endif
|
||
|
|
||
|
#define dgPoeSellerSkelLimbsLimb_00C1C4DL_009FC8 "__OTR__objects/object_ps/gPoeSellerSkelLimbsLimb_00C1C4DL_009FC8"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gPoeSellerSkelLimbsLimb_00C1C4DL_009FC8[] = dgPoeSellerSkelLimbsLimb_00C1C4DL_009FC8;
|
||
|
#else
|
||
|
static const char gPoeSellerSkelLimbsLimb_00C1C4DL_009FC8[] __attribute__((aligned (2))) = dgPoeSellerSkelLimbsLimb_00C1C4DL_009FC8;
|
||
|
#endif
|
||
|
|
||
|
#define dgPoeSellerSkelLimbsLimb_00C1D0DL_00A0F8 "__OTR__objects/object_ps/gPoeSellerSkelLimbsLimb_00C1D0DL_00A0F8"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gPoeSellerSkelLimbsLimb_00C1D0DL_00A0F8[] = dgPoeSellerSkelLimbsLimb_00C1D0DL_00A0F8;
|
||
|
#else
|
||
|
static const char gPoeSellerSkelLimbsLimb_00C1D0DL_00A0F8[] __attribute__((aligned (2))) = dgPoeSellerSkelLimbsLimb_00C1D0DL_00A0F8;
|
||
|
#endif
|
||
|
|
||
|
#define dgPoeSellerSkelLimbsLimb_00C1DCDL_00A1D8 "__OTR__objects/object_ps/gPoeSellerSkelLimbsLimb_00C1DCDL_00A1D8"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gPoeSellerSkelLimbsLimb_00C1DCDL_00A1D8[] = dgPoeSellerSkelLimbsLimb_00C1DCDL_00A1D8;
|
||
|
#else
|
||
|
static const char gPoeSellerSkelLimbsLimb_00C1DCDL_00A1D8[] __attribute__((aligned (2))) = dgPoeSellerSkelLimbsLimb_00C1DCDL_00A1D8;
|
||
|
#endif
|
||
|
|
||
|
#define dgPoeSellerSkelLimbsLimb_00C1E8DL_0096C0 "__OTR__objects/object_ps/gPoeSellerSkelLimbsLimb_00C1E8DL_0096C0"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gPoeSellerSkelLimbsLimb_00C1E8DL_0096C0[] = dgPoeSellerSkelLimbsLimb_00C1E8DL_0096C0;
|
||
|
#else
|
||
|
static const char gPoeSellerSkelLimbsLimb_00C1E8DL_0096C0[] __attribute__((aligned (2))) = dgPoeSellerSkelLimbsLimb_00C1E8DL_0096C0;
|
||
|
#endif
|
||
|
|
||
|
#define dobject_psTex_0015B8 "__OTR__objects/object_ps/object_psTex_0015B8"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char object_psTex_0015B8[] = dobject_psTex_0015B8;
|
||
|
#else
|
||
|
static const char object_psTex_0015B8[] __attribute__((aligned (2))) = dobject_psTex_0015B8;
|
||
|
#endif
|
||
|
|
||
|
#define dobject_psTLUT_0004B0 "__OTR__objects/object_ps/object_psTLUT_0004B0"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char object_psTLUT_0004B0[] = dobject_psTLUT_0004B0;
|
||
|
#else
|
||
|
static const char object_psTLUT_0004B0[] __attribute__((aligned (2))) = dobject_psTLUT_0004B0;
|
||
|
#endif
|
||
|
|
||
|
#define dobject_psTex_0005B8 "__OTR__objects/object_ps/object_psTex_0005B8"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char object_psTex_0005B8[] = dobject_psTex_0005B8;
|
||
|
#else
|
||
|
static const char object_psTex_0005B8[] __attribute__((aligned (2))) = dobject_psTex_0005B8;
|
||
|
#endif
|
||
|
|
||
|
#define dobject_psTex_0015F8 "__OTR__objects/object_ps/object_psTex_0015F8"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char object_psTex_0015F8[] = dobject_psTex_0015F8;
|
||
|
#else
|
||
|
static const char object_psTex_0015F8[] __attribute__((aligned (2))) = dobject_psTex_0015F8;
|
||
|
#endif
|
||
|
|
||
|
#define dobject_psTex_0017F8 "__OTR__objects/object_ps/object_psTex_0017F8"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char object_psTex_0017F8[] = dobject_psTex_0017F8;
|
||
|
#else
|
||
|
static const char object_psTex_0017F8[] __attribute__((aligned (2))) = dobject_psTex_0017F8;
|
||
|
#endif
|
||
|
|
||
|
#define dobject_psTex_001838 "__OTR__objects/object_ps/object_psTex_001838"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char object_psTex_001838[] = dobject_psTex_001838;
|
||
|
#else
|
||
|
static const char object_psTex_001838[] __attribute__((aligned (2))) = dobject_psTex_001838;
|
||
|
#endif
|
||
|
|
||
|
#define dobject_psTex_002578 "__OTR__objects/object_ps/object_psTex_002578"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char object_psTex_002578[] = dobject_psTex_002578;
|
||
|
#else
|
||
|
static const char object_psTex_002578[] __attribute__((aligned (2))) = dobject_psTex_002578;
|
||
|
#endif
|
||
|
|
||
|
#define dobject_psTex_001D78 "__OTR__objects/object_ps/object_psTex_001D78"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char object_psTex_001D78[] = dobject_psTex_001D78;
|
||
|
#else
|
||
|
static const char object_psTex_001D78[] __attribute__((aligned (2))) = dobject_psTex_001D78;
|
||
|
#endif
|
||
|
|
||
|
#define dobject_psTex_001C38 "__OTR__objects/object_ps/object_psTex_001C38"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char object_psTex_001C38[] = dobject_psTex_001C38;
|
||
|
#else
|
||
|
static const char object_psTex_001C38[] __attribute__((aligned (2))) = dobject_psTex_001C38;
|
||
|
#endif
|
||
|
|
||
|
#define dobject_psTex_002978 "__OTR__objects/object_ps/object_psTex_002978"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char object_psTex_002978[] = dobject_psTex_002978;
|
||
|
#else
|
||
|
static const char object_psTex_002978[] __attribute__((aligned (2))) = dobject_psTex_002978;
|
||
|
#endif
|
||
|
|
||
|
#define dobject_psTex_001F78 "__OTR__objects/object_ps/object_psTex_001F78"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char object_psTex_001F78[] = dobject_psTex_001F78;
|
||
|
#else
|
||
|
static const char object_psTex_001F78[] __attribute__((aligned (2))) = dobject_psTex_001F78;
|
||
|
#endif
|
||
|
|
||
|
#define dobject_psTex_002178 "__OTR__objects/object_ps/object_psTex_002178"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char object_psTex_002178[] = dobject_psTex_002178;
|
||
|
#else
|
||
|
static const char object_psTex_002178[] __attribute__((aligned (2))) = dobject_psTex_002178;
|
||
|
#endif
|
||
|
|
||
|
#define dobject_psTex_002378 "__OTR__objects/object_ps/object_psTex_002378"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char object_psTex_002378[] = dobject_psTex_002378;
|
||
|
#else
|
||
|
static const char object_psTex_002378[] __attribute__((aligned (2))) = dobject_psTex_002378;
|
||
|
#endif
|
||
|
|
||
|
#define dobject_psTex_001D38 "__OTR__objects/object_ps/object_psTex_001D38"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char object_psTex_001D38[] = dobject_psTex_001D38;
|
||
|
#else
|
||
|
static const char object_psTex_001D38[] __attribute__((aligned (2))) = dobject_psTex_001D38;
|
||
|
#endif
|
||
|
|
||
|
#define dobject_psTex_001E78 "__OTR__objects/object_ps/object_psTex_001E78"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char object_psTex_001E78[] = dobject_psTex_001E78;
|
||
|
#else
|
||
|
static const char object_psTex_001E78[] __attribute__((aligned (2))) = dobject_psTex_001E78;
|
||
|
#endif
|
||
|
|
||
|
#define dobject_psTLUT_005880 "__OTR__objects/object_ps/object_psTLUT_005880"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char object_psTLUT_005880[] = dobject_psTLUT_005880;
|
||
|
#else
|
||
|
static const char object_psTLUT_005880[] __attribute__((aligned (2))) = dobject_psTLUT_005880;
|
||
|
#endif
|
||
|
|
||
|
#define dobject_psTex_0075C0 "__OTR__objects/object_ps/object_psTex_0075C0"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char object_psTex_0075C0[] = dobject_psTex_0075C0;
|
||
|
#else
|
||
|
static const char object_psTex_0075C0[] __attribute__((aligned (2))) = dobject_psTex_0075C0;
|
||
|
#endif
|
||
|
|
||
|
#define dobject_psTex_007180 "__OTR__objects/object_ps/object_psTex_007180"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char object_psTex_007180[] = dobject_psTex_007180;
|
||
|
#else
|
||
|
static const char object_psTex_007180[] __attribute__((aligned (2))) = dobject_psTex_007180;
|
||
|
#endif
|
||
|
|
||
|
#define dobject_psTex_007600 "__OTR__objects/object_ps/object_psTex_007600"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char object_psTex_007600[] = dobject_psTex_007600;
|
||
|
#else
|
||
|
static const char object_psTex_007600[] __attribute__((aligned (2))) = dobject_psTex_007600;
|
||
|
#endif
|
||
|
|
||
|
#define dobject_psTex_007640 "__OTR__objects/object_ps/object_psTex_007640"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char object_psTex_007640[] = dobject_psTex_007640;
|
||
|
#else
|
||
|
static const char object_psTex_007640[] __attribute__((aligned (2))) = dobject_psTex_007640;
|
||
|
#endif
|
||
|
|
||
|
#define dobject_psTex_007A40 "__OTR__objects/object_ps/object_psTex_007A40"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char object_psTex_007A40[] = dobject_psTex_007A40;
|
||
|
#else
|
||
|
static const char object_psTex_007A40[] __attribute__((aligned (2))) = dobject_psTex_007A40;
|
||
|
#endif
|
||
|
|
||
|
#define dobject_psTex_007C40 "__OTR__objects/object_ps/object_psTex_007C40"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char object_psTex_007C40[] = dobject_psTex_007C40;
|
||
|
#else
|
||
|
static const char object_psTex_007C40[] __attribute__((aligned (2))) = dobject_psTex_007C40;
|
||
|
#endif
|
||
|
|
||
|
#define dobject_psTex_0071C0 "__OTR__objects/object_ps/object_psTex_0071C0"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char object_psTex_0071C0[] = dobject_psTex_0071C0;
|
||
|
#else
|
||
|
static const char object_psTex_0071C0[] __attribute__((aligned (2))) = dobject_psTex_0071C0;
|
||
|
#endif
|
||
|
|
||
|
|