Simplify Asset Headers (#2474)
This commit is contained in:
@@ -1,206 +1,92 @@
|
||||
#pragma once
|
||||
#define dgChildEponaSkel "__OTR__objects/object_horse_link_child/gChildEponaSkel"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gChildEponaSkel[] = dgChildEponaSkel;
|
||||
#else
|
||||
static const char gChildEponaSkel[] __attribute__((aligned (2))) = dgChildEponaSkel;
|
||||
#endif
|
||||
|
||||
#define dgChildEponaIdleAnim "__OTR__objects/object_horse_link_child/gChildEponaIdleAnim"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gChildEponaIdleAnim[] = dgChildEponaIdleAnim;
|
||||
#else
|
||||
static const char gChildEponaIdleAnim[] __attribute__((aligned (2))) = dgChildEponaIdleAnim;
|
||||
#endif
|
||||
|
||||
#define dgChildEponaWhinnyAnim "__OTR__objects/object_horse_link_child/gChildEponaWhinnyAnim"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gChildEponaWhinnyAnim[] = dgChildEponaWhinnyAnim;
|
||||
#else
|
||||
static const char gChildEponaWhinnyAnim[] __attribute__((aligned (2))) = dgChildEponaWhinnyAnim;
|
||||
#endif
|
||||
|
||||
#define dgChildEponaWalkingAnim "__OTR__objects/object_horse_link_child/gChildEponaWalkingAnim"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gChildEponaWalkingAnim[] = dgChildEponaWalkingAnim;
|
||||
#else
|
||||
static const char gChildEponaWalkingAnim[] __attribute__((aligned (2))) = dgChildEponaWalkingAnim;
|
||||
#endif
|
||||
|
||||
#define dgChildEponaTrottingAnim "__OTR__objects/object_horse_link_child/gChildEponaTrottingAnim"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gChildEponaTrottingAnim[] = dgChildEponaTrottingAnim;
|
||||
#else
|
||||
static const char gChildEponaTrottingAnim[] __attribute__((aligned (2))) = dgChildEponaTrottingAnim;
|
||||
#endif
|
||||
|
||||
#define dgChildEponaGallopingAnim "__OTR__objects/object_horse_link_child/gChildEponaGallopingAnim"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gChildEponaGallopingAnim[] = dgChildEponaGallopingAnim;
|
||||
#else
|
||||
static const char gChildEponaGallopingAnim[] __attribute__((aligned (2))) = dgChildEponaGallopingAnim;
|
||||
#endif
|
||||
|
||||
#define dgChildEponaEyeTLUT "__OTR__objects/object_horse_link_child/gChildEponaEyeTLUT"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gChildEponaEyeTLUT[] = dgChildEponaEyeTLUT;
|
||||
#else
|
||||
static const char gChildEponaEyeTLUT[] __attribute__((aligned (2))) = dgChildEponaEyeTLUT;
|
||||
#endif
|
||||
|
||||
#define dgChildEponaEyeOpenTex "__OTR__objects/object_horse_link_child/gChildEponaEyeOpenTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gChildEponaEyeOpenTex[] = dgChildEponaEyeOpenTex;
|
||||
#else
|
||||
static const char gChildEponaEyeOpenTex[] __attribute__((aligned (2))) = dgChildEponaEyeOpenTex;
|
||||
#endif
|
||||
|
||||
#define dgChildEponaEyeHalfTex "__OTR__objects/object_horse_link_child/gChildEponaEyeHalfTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gChildEponaEyeHalfTex[] = dgChildEponaEyeHalfTex;
|
||||
#else
|
||||
static const char gChildEponaEyeHalfTex[] __attribute__((aligned (2))) = dgChildEponaEyeHalfTex;
|
||||
#endif
|
||||
|
||||
#define dgChildEponaEyeCloseTex "__OTR__objects/object_horse_link_child/gChildEponaEyeCloseTex"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gChildEponaEyeCloseTex[] = dgChildEponaEyeCloseTex;
|
||||
#else
|
||||
static const char gChildEponaEyeCloseTex[] __attribute__((aligned (2))) = dgChildEponaEyeCloseTex;
|
||||
#endif
|
||||
|
||||
#define dobject_horse_link_childTex_002568 "__OTR__objects/object_horse_link_child/object_horse_link_childTex_002568"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char object_horse_link_childTex_002568[] = dobject_horse_link_childTex_002568;
|
||||
#else
|
||||
static const char object_horse_link_childTex_002568[] __attribute__((aligned (2))) = dobject_horse_link_childTex_002568;
|
||||
#endif
|
||||
|
||||
#define dobject_horse_link_childTex_008320 "__OTR__objects/object_horse_link_child/object_horse_link_childTex_008320"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char object_horse_link_childTex_008320[] = dobject_horse_link_childTex_008320;
|
||||
#else
|
||||
static const char object_horse_link_childTex_008320[] __attribute__((aligned (2))) = dobject_horse_link_childTex_008320;
|
||||
#endif
|
||||
|
||||
#define dobject_horse_link_childTex_002168 "__OTR__objects/object_horse_link_child/object_horse_link_childTex_002168"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char object_horse_link_childTex_002168[] = dobject_horse_link_childTex_002168;
|
||||
#else
|
||||
static const char object_horse_link_childTex_002168[] __attribute__((aligned (2))) = dobject_horse_link_childTex_002168;
|
||||
#endif
|
||||
|
||||
#define dobject_horse_link_childTex_008120 "__OTR__objects/object_horse_link_child/object_horse_link_childTex_008120"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char object_horse_link_childTex_008120[] = dobject_horse_link_childTex_008120;
|
||||
#else
|
||||
static const char object_horse_link_childTex_008120[] __attribute__((aligned (2))) = dobject_horse_link_childTex_008120;
|
||||
#endif
|
||||
|
||||
#define dobject_horse_link_childTex_001F68 "__OTR__objects/object_horse_link_child/object_horse_link_childTex_001F68"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char object_horse_link_childTex_001F68[] = dobject_horse_link_childTex_001F68;
|
||||
#else
|
||||
static const char object_horse_link_childTex_001F68[] __attribute__((aligned (2))) = dobject_horse_link_childTex_001F68;
|
||||
#endif
|
||||
|
||||
#define dgChildEponaSkelLimbsLimb_0077D8SkinLimbDL_007B30 "__OTR__objects/object_horse_link_child/gChildEponaSkelLimbsLimb_0077D8SkinLimbDL_007B30"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gChildEponaSkelLimbsLimb_0077D8SkinLimbDL_007B30[] = dgChildEponaSkelLimbsLimb_0077D8SkinLimbDL_007B30;
|
||||
#else
|
||||
static const char gChildEponaSkelLimbsLimb_0077D8SkinLimbDL_007B30[] __attribute__((aligned (2))) = dgChildEponaSkelLimbsLimb_0077D8SkinLimbDL_007B30;
|
||||
#endif
|
||||
|
||||
#define dgChildEponaSkelLimbsLimb_007858DL_000C70 "__OTR__objects/object_horse_link_child/gChildEponaSkelLimbsLimb_007858DL_000C70"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gChildEponaSkelLimbsLimb_007858DL_000C70[] = dgChildEponaSkelLimbsLimb_007858DL_000C70;
|
||||
#else
|
||||
static const char gChildEponaSkelLimbsLimb_007858DL_000C70[] __attribute__((aligned (2))) = dgChildEponaSkelLimbsLimb_007858DL_000C70;
|
||||
#endif
|
||||
|
||||
#define dgChildEponaSkelLimbsLimb_0078C8DL_001298 "__OTR__objects/object_horse_link_child/gChildEponaSkelLimbsLimb_0078C8DL_001298"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gChildEponaSkelLimbsLimb_0078C8DL_001298[] = dgChildEponaSkelLimbsLimb_0078C8DL_001298;
|
||||
#else
|
||||
static const char gChildEponaSkelLimbsLimb_0078C8DL_001298[] __attribute__((aligned (2))) = dgChildEponaSkelLimbsLimb_0078C8DL_001298;
|
||||
#endif
|
||||
|
||||
#define dgChildEponaSkelLimbsLimb_0078D8DL_0011E8 "__OTR__objects/object_horse_link_child/gChildEponaSkelLimbsLimb_0078D8DL_0011E8"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gChildEponaSkelLimbsLimb_0078D8DL_0011E8[] = dgChildEponaSkelLimbsLimb_0078D8DL_0011E8;
|
||||
#else
|
||||
static const char gChildEponaSkelLimbsLimb_0078D8DL_0011E8[] __attribute__((aligned (2))) = dgChildEponaSkelLimbsLimb_0078D8DL_0011E8;
|
||||
#endif
|
||||
|
||||
#define dgChildEponaSkelLimbsLimb_007948DL_0013A8 "__OTR__objects/object_horse_link_child/gChildEponaSkelLimbsLimb_007948DL_0013A8"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gChildEponaSkelLimbsLimb_007948DL_0013A8[] = dgChildEponaSkelLimbsLimb_007948DL_0013A8;
|
||||
#else
|
||||
static const char gChildEponaSkelLimbsLimb_007948DL_0013A8[] __attribute__((aligned (2))) = dgChildEponaSkelLimbsLimb_007948DL_0013A8;
|
||||
#endif
|
||||
|
||||
#define dgChildEponaSkelLimbsLimb_007958DL_0014B8 "__OTR__objects/object_horse_link_child/gChildEponaSkelLimbsLimb_007958DL_0014B8"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gChildEponaSkelLimbsLimb_007958DL_0014B8[] = dgChildEponaSkelLimbsLimb_007958DL_0014B8;
|
||||
#else
|
||||
static const char gChildEponaSkelLimbsLimb_007958DL_0014B8[] __attribute__((aligned (2))) = dgChildEponaSkelLimbsLimb_007958DL_0014B8;
|
||||
#endif
|
||||
|
||||
#define dgChildEponaSkelLimbsLimb_0079C8DL_0010D8 "__OTR__objects/object_horse_link_child/gChildEponaSkelLimbsLimb_0079C8DL_0010D8"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gChildEponaSkelLimbsLimb_0079C8DL_0010D8[] = dgChildEponaSkelLimbsLimb_0079C8DL_0010D8;
|
||||
#else
|
||||
static const char gChildEponaSkelLimbsLimb_0079C8DL_0010D8[] __attribute__((aligned (2))) = dgChildEponaSkelLimbsLimb_0079C8DL_0010D8;
|
||||
#endif
|
||||
|
||||
#define dgChildEponaSkelLimbsLimb_0079D8DL_001028 "__OTR__objects/object_horse_link_child/gChildEponaSkelLimbsLimb_0079D8DL_001028"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gChildEponaSkelLimbsLimb_0079D8DL_001028[] = dgChildEponaSkelLimbsLimb_0079D8DL_001028;
|
||||
#else
|
||||
static const char gChildEponaSkelLimbsLimb_0079D8DL_001028[] __attribute__((aligned (2))) = dgChildEponaSkelLimbsLimb_0079D8DL_001028;
|
||||
#endif
|
||||
|
||||
#define dgChildEponaSkelLimbsLimb_007A48DL_001568 "__OTR__objects/object_horse_link_child/gChildEponaSkelLimbsLimb_007A48DL_001568"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gChildEponaSkelLimbsLimb_007A48DL_001568[] = dgChildEponaSkelLimbsLimb_007A48DL_001568;
|
||||
#else
|
||||
static const char gChildEponaSkelLimbsLimb_007A48DL_001568[] __attribute__((aligned (2))) = dgChildEponaSkelLimbsLimb_007A48DL_001568;
|
||||
#endif
|
||||
|
||||
#define dgChildEponaSkelLimbsLimb_007A58DL_001678 "__OTR__objects/object_horse_link_child/gChildEponaSkelLimbsLimb_007A58DL_001678"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char gChildEponaSkelLimbsLimb_007A58DL_001678[] = dgChildEponaSkelLimbsLimb_007A58DL_001678;
|
||||
#else
|
||||
static const char gChildEponaSkelLimbsLimb_007A58DL_001678[] __attribute__((aligned (2))) = dgChildEponaSkelLimbsLimb_007A58DL_001678;
|
||||
#endif
|
||||
|
||||
#define dgChildEponaSkelLimbsLimb_0077D8SkinLimbDL_007B30 "__OTR__objects/object_horse_link_child/gChildEponaSkelLimbsLimb_0077D8SkinLimbDL_007B30"
|
||||
#define dobject_horse_link_childTex_002788 "__OTR__objects/object_horse_link_child/object_horse_link_childTex_002788"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char object_horse_link_childTex_002788[] = dobject_horse_link_childTex_002788;
|
||||
#else
|
||||
static const char object_horse_link_childTex_002788[] __attribute__((aligned (2))) = dobject_horse_link_childTex_002788;
|
||||
#endif
|
||||
|
||||
#define dobject_horse_link_childTex_002588 "__OTR__objects/object_horse_link_child/object_horse_link_childTex_002588"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char object_horse_link_childTex_002588[] = dobject_horse_link_childTex_002588;
|
||||
#else
|
||||
static const char object_horse_link_childTex_002588[] __attribute__((aligned (2))) = dobject_horse_link_childTex_002588;
|
||||
#endif
|
||||
|
||||
#define dobject_horse_link_childTex_002368 "__OTR__objects/object_horse_link_child/object_horse_link_childTex_002368"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char object_horse_link_childTex_002368[] = dobject_horse_link_childTex_002368;
|
||||
#else
|
||||
static const char object_horse_link_childTex_002368[] __attribute__((aligned (2))) = dobject_horse_link_childTex_002368;
|
||||
#endif
|
||||
|
||||
#define dobject_horse_link_childTex_001F28 "__OTR__objects/object_horse_link_child/object_horse_link_childTex_001F28"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char object_horse_link_childTex_001F28[] = dobject_horse_link_childTex_001F28;
|
||||
#else
|
||||
static const char object_horse_link_childTex_001F28[] __attribute__((aligned (2))) = dobject_horse_link_childTex_001F28;
|
||||
#endif
|
||||
|
||||
|
||||
#include "align_asset_macro.h"
|
||||
|
||||
#define dgChildEponaSkel "__OTR__objects/object_horse_link_child/gChildEponaSkel"
|
||||
static const ALIGN_ASSET(2) char gChildEponaSkel[] = dgChildEponaSkel;
|
||||
|
||||
#define dgChildEponaIdleAnim "__OTR__objects/object_horse_link_child/gChildEponaIdleAnim"
|
||||
static const ALIGN_ASSET(2) char gChildEponaIdleAnim[] = dgChildEponaIdleAnim;
|
||||
|
||||
#define dgChildEponaWhinnyAnim "__OTR__objects/object_horse_link_child/gChildEponaWhinnyAnim"
|
||||
static const ALIGN_ASSET(2) char gChildEponaWhinnyAnim[] = dgChildEponaWhinnyAnim;
|
||||
|
||||
#define dgChildEponaWalkingAnim "__OTR__objects/object_horse_link_child/gChildEponaWalkingAnim"
|
||||
static const ALIGN_ASSET(2) char gChildEponaWalkingAnim[] = dgChildEponaWalkingAnim;
|
||||
|
||||
#define dgChildEponaTrottingAnim "__OTR__objects/object_horse_link_child/gChildEponaTrottingAnim"
|
||||
static const ALIGN_ASSET(2) char gChildEponaTrottingAnim[] = dgChildEponaTrottingAnim;
|
||||
|
||||
#define dgChildEponaGallopingAnim "__OTR__objects/object_horse_link_child/gChildEponaGallopingAnim"
|
||||
static const ALIGN_ASSET(2) char gChildEponaGallopingAnim[] = dgChildEponaGallopingAnim;
|
||||
|
||||
#define dgChildEponaEyeTLUT "__OTR__objects/object_horse_link_child/gChildEponaEyeTLUT"
|
||||
static const ALIGN_ASSET(2) char gChildEponaEyeTLUT[] = dgChildEponaEyeTLUT;
|
||||
|
||||
#define dgChildEponaEyeOpenTex "__OTR__objects/object_horse_link_child/gChildEponaEyeOpenTex"
|
||||
static const ALIGN_ASSET(2) char gChildEponaEyeOpenTex[] = dgChildEponaEyeOpenTex;
|
||||
|
||||
#define dgChildEponaEyeHalfTex "__OTR__objects/object_horse_link_child/gChildEponaEyeHalfTex"
|
||||
static const ALIGN_ASSET(2) char gChildEponaEyeHalfTex[] = dgChildEponaEyeHalfTex;
|
||||
|
||||
#define dgChildEponaEyeCloseTex "__OTR__objects/object_horse_link_child/gChildEponaEyeCloseTex"
|
||||
static const ALIGN_ASSET(2) char gChildEponaEyeCloseTex[] = dgChildEponaEyeCloseTex;
|
||||
|
||||
#define dobject_horse_link_childTex_002568 "__OTR__objects/object_horse_link_child/object_horse_link_childTex_002568"
|
||||
static const ALIGN_ASSET(2) char object_horse_link_childTex_002568[] = dobject_horse_link_childTex_002568;
|
||||
|
||||
#define dobject_horse_link_childTex_008320 "__OTR__objects/object_horse_link_child/object_horse_link_childTex_008320"
|
||||
static const ALIGN_ASSET(2) char object_horse_link_childTex_008320[] = dobject_horse_link_childTex_008320;
|
||||
|
||||
#define dobject_horse_link_childTex_002168 "__OTR__objects/object_horse_link_child/object_horse_link_childTex_002168"
|
||||
static const ALIGN_ASSET(2) char object_horse_link_childTex_002168[] = dobject_horse_link_childTex_002168;
|
||||
|
||||
#define dobject_horse_link_childTex_008120 "__OTR__objects/object_horse_link_child/object_horse_link_childTex_008120"
|
||||
static const ALIGN_ASSET(2) char object_horse_link_childTex_008120[] = dobject_horse_link_childTex_008120;
|
||||
|
||||
#define dobject_horse_link_childTex_001F68 "__OTR__objects/object_horse_link_child/object_horse_link_childTex_001F68"
|
||||
static const ALIGN_ASSET(2) char object_horse_link_childTex_001F68[] = dobject_horse_link_childTex_001F68;
|
||||
|
||||
#define dgChildEponaSkelLimbsLimb_0077D8SkinLimbDL_007B30 "__OTR__objects/object_horse_link_child/gChildEponaSkelLimbsLimb_0077D8SkinLimbDL_007B30"
|
||||
static const ALIGN_ASSET(2) char gChildEponaSkelLimbsLimb_0077D8SkinLimbDL_007B30[] = dgChildEponaSkelLimbsLimb_0077D8SkinLimbDL_007B30;
|
||||
|
||||
#define dgChildEponaSkelLimbsLimb_007858DL_000C70 "__OTR__objects/object_horse_link_child/gChildEponaSkelLimbsLimb_007858DL_000C70"
|
||||
static const ALIGN_ASSET(2) char gChildEponaSkelLimbsLimb_007858DL_000C70[] = dgChildEponaSkelLimbsLimb_007858DL_000C70;
|
||||
|
||||
#define dgChildEponaSkelLimbsLimb_0078C8DL_001298 "__OTR__objects/object_horse_link_child/gChildEponaSkelLimbsLimb_0078C8DL_001298"
|
||||
static const ALIGN_ASSET(2) char gChildEponaSkelLimbsLimb_0078C8DL_001298[] = dgChildEponaSkelLimbsLimb_0078C8DL_001298;
|
||||
|
||||
#define dgChildEponaSkelLimbsLimb_0078D8DL_0011E8 "__OTR__objects/object_horse_link_child/gChildEponaSkelLimbsLimb_0078D8DL_0011E8"
|
||||
static const ALIGN_ASSET(2) char gChildEponaSkelLimbsLimb_0078D8DL_0011E8[] = dgChildEponaSkelLimbsLimb_0078D8DL_0011E8;
|
||||
|
||||
#define dgChildEponaSkelLimbsLimb_007948DL_0013A8 "__OTR__objects/object_horse_link_child/gChildEponaSkelLimbsLimb_007948DL_0013A8"
|
||||
static const ALIGN_ASSET(2) char gChildEponaSkelLimbsLimb_007948DL_0013A8[] = dgChildEponaSkelLimbsLimb_007948DL_0013A8;
|
||||
|
||||
#define dgChildEponaSkelLimbsLimb_007958DL_0014B8 "__OTR__objects/object_horse_link_child/gChildEponaSkelLimbsLimb_007958DL_0014B8"
|
||||
static const ALIGN_ASSET(2) char gChildEponaSkelLimbsLimb_007958DL_0014B8[] = dgChildEponaSkelLimbsLimb_007958DL_0014B8;
|
||||
|
||||
#define dgChildEponaSkelLimbsLimb_0079C8DL_0010D8 "__OTR__objects/object_horse_link_child/gChildEponaSkelLimbsLimb_0079C8DL_0010D8"
|
||||
static const ALIGN_ASSET(2) char gChildEponaSkelLimbsLimb_0079C8DL_0010D8[] = dgChildEponaSkelLimbsLimb_0079C8DL_0010D8;
|
||||
|
||||
#define dgChildEponaSkelLimbsLimb_0079D8DL_001028 "__OTR__objects/object_horse_link_child/gChildEponaSkelLimbsLimb_0079D8DL_001028"
|
||||
static const ALIGN_ASSET(2) char gChildEponaSkelLimbsLimb_0079D8DL_001028[] = dgChildEponaSkelLimbsLimb_0079D8DL_001028;
|
||||
|
||||
#define dgChildEponaSkelLimbsLimb_007A48DL_001568 "__OTR__objects/object_horse_link_child/gChildEponaSkelLimbsLimb_007A48DL_001568"
|
||||
static const ALIGN_ASSET(2) char gChildEponaSkelLimbsLimb_007A48DL_001568[] = dgChildEponaSkelLimbsLimb_007A48DL_001568;
|
||||
|
||||
#define dgChildEponaSkelLimbsLimb_007A58DL_001678 "__OTR__objects/object_horse_link_child/gChildEponaSkelLimbsLimb_007A58DL_001678"
|
||||
static const ALIGN_ASSET(2) char gChildEponaSkelLimbsLimb_007A58DL_001678[] = dgChildEponaSkelLimbsLimb_007A58DL_001678;
|
||||
|
||||
#define dgChildEponaSkelLimbsLimb_0077D8SkinLimbDL_007B30 "__OTR__objects/object_horse_link_child/gChildEponaSkelLimbsLimb_0077D8SkinLimbDL_007B30"
|
||||
|
||||
#define dobject_horse_link_childTex_002788 "__OTR__objects/object_horse_link_child/object_horse_link_childTex_002788"
|
||||
static const ALIGN_ASSET(2) char object_horse_link_childTex_002788[] = dobject_horse_link_childTex_002788;
|
||||
|
||||
#define dobject_horse_link_childTex_002588 "__OTR__objects/object_horse_link_child/object_horse_link_childTex_002588"
|
||||
static const ALIGN_ASSET(2) char object_horse_link_childTex_002588[] = dobject_horse_link_childTex_002588;
|
||||
|
||||
#define dobject_horse_link_childTex_002368 "__OTR__objects/object_horse_link_child/object_horse_link_childTex_002368"
|
||||
static const ALIGN_ASSET(2) char object_horse_link_childTex_002368[] = dobject_horse_link_childTex_002368;
|
||||
|
||||
#define dobject_horse_link_childTex_001F28 "__OTR__objects/object_horse_link_child/object_horse_link_childTex_001F28"
|
||||
static const ALIGN_ASSET(2) char object_horse_link_childTex_001F28[] = dobject_horse_link_childTex_001F28;
|
||||
Reference in New Issue
Block a user