mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-01 08:05:07 -04:00
437 lines
19 KiB
C
437 lines
19 KiB
C
#pragma once
|
|
#define dgMorphaTitleCardTex "__OTR__objects/object_mo/gMorphaTitleCardTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gMorphaTitleCardTex[] = dgMorphaTitleCardTex;
|
|
#else
|
|
static const char gMorphaTitleCardTex[] __attribute__((aligned (2))) = dgMorphaTitleCardTex;
|
|
#endif
|
|
|
|
#define dgMorphaWaterTex "__OTR__objects/object_mo/gMorphaWaterTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gMorphaWaterTex[] = dgMorphaWaterTex;
|
|
#else
|
|
static const char gMorphaWaterTex[] __attribute__((aligned (2))) = dgMorphaWaterTex;
|
|
#endif
|
|
|
|
#define dgMorphaCoreMembraneDL "__OTR__objects/object_mo/gMorphaCoreMembraneDL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gMorphaCoreMembraneDL[] = dgMorphaCoreMembraneDL;
|
|
#else
|
|
static const char gMorphaCoreMembraneDL[] __attribute__((aligned (2))) = dgMorphaCoreMembraneDL;
|
|
#endif
|
|
|
|
#define dgMorphaCoreNucleusDL "__OTR__objects/object_mo/gMorphaCoreNucleusDL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gMorphaCoreNucleusDL[] = dgMorphaCoreNucleusDL;
|
|
#else
|
|
static const char gMorphaCoreNucleusDL[] __attribute__((aligned (2))) = dgMorphaCoreNucleusDL;
|
|
#endif
|
|
|
|
#define dgMorphaTentacleBaseDL "__OTR__objects/object_mo/gMorphaTentacleBaseDL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gMorphaTentacleBaseDL[] = dgMorphaTentacleBaseDL;
|
|
#else
|
|
static const char gMorphaTentacleBaseDL[] __attribute__((aligned (2))) = dgMorphaTentacleBaseDL;
|
|
#endif
|
|
|
|
#define dgMorphaTentaclePart0DL "__OTR__objects/object_mo/gMorphaTentaclePart0DL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gMorphaTentaclePart0DL[] = dgMorphaTentaclePart0DL;
|
|
#else
|
|
static const char gMorphaTentaclePart0DL[] __attribute__((aligned (2))) = dgMorphaTentaclePart0DL;
|
|
#endif
|
|
|
|
#define dgMorphaTentaclePart1DL "__OTR__objects/object_mo/gMorphaTentaclePart1DL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gMorphaTentaclePart1DL[] = dgMorphaTentaclePart1DL;
|
|
#else
|
|
static const char gMorphaTentaclePart1DL[] __attribute__((aligned (2))) = dgMorphaTentaclePart1DL;
|
|
#endif
|
|
|
|
#define dgMorphaTentaclePart2DL "__OTR__objects/object_mo/gMorphaTentaclePart2DL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gMorphaTentaclePart2DL[] = dgMorphaTentaclePart2DL;
|
|
#else
|
|
static const char gMorphaTentaclePart2DL[] __attribute__((aligned (2))) = dgMorphaTentaclePart2DL;
|
|
#endif
|
|
|
|
#define dgMorphaTentaclePart3DL "__OTR__objects/object_mo/gMorphaTentaclePart3DL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gMorphaTentaclePart3DL[] = dgMorphaTentaclePart3DL;
|
|
#else
|
|
static const char gMorphaTentaclePart3DL[] __attribute__((aligned (2))) = dgMorphaTentaclePart3DL;
|
|
#endif
|
|
|
|
#define dgMorphaTentaclePart4DL "__OTR__objects/object_mo/gMorphaTentaclePart4DL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gMorphaTentaclePart4DL[] = dgMorphaTentaclePart4DL;
|
|
#else
|
|
static const char gMorphaTentaclePart4DL[] __attribute__((aligned (2))) = dgMorphaTentaclePart4DL;
|
|
#endif
|
|
|
|
#define dgMorphaTentaclePart5DL "__OTR__objects/object_mo/gMorphaTentaclePart5DL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gMorphaTentaclePart5DL[] = dgMorphaTentaclePart5DL;
|
|
#else
|
|
static const char gMorphaTentaclePart5DL[] __attribute__((aligned (2))) = dgMorphaTentaclePart5DL;
|
|
#endif
|
|
|
|
#define dgMorphaTentaclePart6DL "__OTR__objects/object_mo/gMorphaTentaclePart6DL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gMorphaTentaclePart6DL[] = dgMorphaTentaclePart6DL;
|
|
#else
|
|
static const char gMorphaTentaclePart6DL[] __attribute__((aligned (2))) = dgMorphaTentaclePart6DL;
|
|
#endif
|
|
|
|
#define dgMorphaTentaclePart7DL "__OTR__objects/object_mo/gMorphaTentaclePart7DL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gMorphaTentaclePart7DL[] = dgMorphaTentaclePart7DL;
|
|
#else
|
|
static const char gMorphaTentaclePart7DL[] __attribute__((aligned (2))) = dgMorphaTentaclePart7DL;
|
|
#endif
|
|
|
|
#define dgMorphaTentaclePart8DL "__OTR__objects/object_mo/gMorphaTentaclePart8DL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gMorphaTentaclePart8DL[] = dgMorphaTentaclePart8DL;
|
|
#else
|
|
static const char gMorphaTentaclePart8DL[] __attribute__((aligned (2))) = dgMorphaTentaclePart8DL;
|
|
#endif
|
|
|
|
#define dgMorphaTentaclePart9DL "__OTR__objects/object_mo/gMorphaTentaclePart9DL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gMorphaTentaclePart9DL[] = dgMorphaTentaclePart9DL;
|
|
#else
|
|
static const char gMorphaTentaclePart9DL[] __attribute__((aligned (2))) = dgMorphaTentaclePart9DL;
|
|
#endif
|
|
|
|
#define dgMorphaTentaclePart10DL "__OTR__objects/object_mo/gMorphaTentaclePart10DL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gMorphaTentaclePart10DL[] = dgMorphaTentaclePart10DL;
|
|
#else
|
|
static const char gMorphaTentaclePart10DL[] __attribute__((aligned (2))) = dgMorphaTentaclePart10DL;
|
|
#endif
|
|
|
|
#define dgMorphaTentaclePart11DL "__OTR__objects/object_mo/gMorphaTentaclePart11DL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gMorphaTentaclePart11DL[] = dgMorphaTentaclePart11DL;
|
|
#else
|
|
static const char gMorphaTentaclePart11DL[] __attribute__((aligned (2))) = dgMorphaTentaclePart11DL;
|
|
#endif
|
|
|
|
#define dgMorphaTentaclePart12DL "__OTR__objects/object_mo/gMorphaTentaclePart12DL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gMorphaTentaclePart12DL[] = dgMorphaTentaclePart12DL;
|
|
#else
|
|
static const char gMorphaTentaclePart12DL[] __attribute__((aligned (2))) = dgMorphaTentaclePart12DL;
|
|
#endif
|
|
|
|
#define dgMorphaTentaclePart13DL "__OTR__objects/object_mo/gMorphaTentaclePart13DL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gMorphaTentaclePart13DL[] = dgMorphaTentaclePart13DL;
|
|
#else
|
|
static const char gMorphaTentaclePart13DL[] __attribute__((aligned (2))) = dgMorphaTentaclePart13DL;
|
|
#endif
|
|
|
|
#define dgMorphaTentaclePart14DL "__OTR__objects/object_mo/gMorphaTentaclePart14DL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gMorphaTentaclePart14DL[] = dgMorphaTentaclePart14DL;
|
|
#else
|
|
static const char gMorphaTentaclePart14DL[] __attribute__((aligned (2))) = dgMorphaTentaclePart14DL;
|
|
#endif
|
|
|
|
#define dgMorphaTentaclePart15DL "__OTR__objects/object_mo/gMorphaTentaclePart15DL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gMorphaTentaclePart15DL[] = dgMorphaTentaclePart15DL;
|
|
#else
|
|
static const char gMorphaTentaclePart15DL[] __attribute__((aligned (2))) = dgMorphaTentaclePart15DL;
|
|
#endif
|
|
|
|
#define dgMorphaTentaclePart16DL "__OTR__objects/object_mo/gMorphaTentaclePart16DL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gMorphaTentaclePart16DL[] = dgMorphaTentaclePart16DL;
|
|
#else
|
|
static const char gMorphaTentaclePart16DL[] __attribute__((aligned (2))) = dgMorphaTentaclePart16DL;
|
|
#endif
|
|
|
|
#define dgMorphaTentaclePart17DL "__OTR__objects/object_mo/gMorphaTentaclePart17DL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gMorphaTentaclePart17DL[] = dgMorphaTentaclePart17DL;
|
|
#else
|
|
static const char gMorphaTentaclePart17DL[] __attribute__((aligned (2))) = dgMorphaTentaclePart17DL;
|
|
#endif
|
|
|
|
#define dgMorphaTentaclePart18DL "__OTR__objects/object_mo/gMorphaTentaclePart18DL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gMorphaTentaclePart18DL[] = dgMorphaTentaclePart18DL;
|
|
#else
|
|
static const char gMorphaTentaclePart18DL[] __attribute__((aligned (2))) = dgMorphaTentaclePart18DL;
|
|
#endif
|
|
|
|
#define dgMorphaTentaclePart19DL "__OTR__objects/object_mo/gMorphaTentaclePart19DL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gMorphaTentaclePart19DL[] = dgMorphaTentaclePart19DL;
|
|
#else
|
|
static const char gMorphaTentaclePart19DL[] __attribute__((aligned (2))) = dgMorphaTentaclePart19DL;
|
|
#endif
|
|
|
|
#define dgMorphaTentaclePart20DL "__OTR__objects/object_mo/gMorphaTentaclePart20DL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gMorphaTentaclePart20DL[] = dgMorphaTentaclePart20DL;
|
|
#else
|
|
static const char gMorphaTentaclePart20DL[] __attribute__((aligned (2))) = dgMorphaTentaclePart20DL;
|
|
#endif
|
|
|
|
#define dgMorphaTentaclePart21DL "__OTR__objects/object_mo/gMorphaTentaclePart21DL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gMorphaTentaclePart21DL[] = dgMorphaTentaclePart21DL;
|
|
#else
|
|
static const char gMorphaTentaclePart21DL[] __attribute__((aligned (2))) = dgMorphaTentaclePart21DL;
|
|
#endif
|
|
|
|
#define dgMorphaTentaclePart22DL "__OTR__objects/object_mo/gMorphaTentaclePart22DL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gMorphaTentaclePart22DL[] = dgMorphaTentaclePart22DL;
|
|
#else
|
|
static const char gMorphaTentaclePart22DL[] __attribute__((aligned (2))) = dgMorphaTentaclePart22DL;
|
|
#endif
|
|
|
|
#define dgMorphaTentaclePart23DL "__OTR__objects/object_mo/gMorphaTentaclePart23DL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gMorphaTentaclePart23DL[] = dgMorphaTentaclePart23DL;
|
|
#else
|
|
static const char gMorphaTentaclePart23DL[] __attribute__((aligned (2))) = dgMorphaTentaclePart23DL;
|
|
#endif
|
|
|
|
#define dgMorphaTentaclePart24DL "__OTR__objects/object_mo/gMorphaTentaclePart24DL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gMorphaTentaclePart24DL[] = dgMorphaTentaclePart24DL;
|
|
#else
|
|
static const char gMorphaTentaclePart24DL[] __attribute__((aligned (2))) = dgMorphaTentaclePart24DL;
|
|
#endif
|
|
|
|
#define dgMorphaTentaclePart25DL "__OTR__objects/object_mo/gMorphaTentaclePart25DL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gMorphaTentaclePart25DL[] = dgMorphaTentaclePart25DL;
|
|
#else
|
|
static const char gMorphaTentaclePart25DL[] __attribute__((aligned (2))) = dgMorphaTentaclePart25DL;
|
|
#endif
|
|
|
|
#define dgMorphaTentaclePart26DL "__OTR__objects/object_mo/gMorphaTentaclePart26DL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gMorphaTentaclePart26DL[] = dgMorphaTentaclePart26DL;
|
|
#else
|
|
static const char gMorphaTentaclePart26DL[] __attribute__((aligned (2))) = dgMorphaTentaclePart26DL;
|
|
#endif
|
|
|
|
#define dgMorphaTentaclePart27DL "__OTR__objects/object_mo/gMorphaTentaclePart27DL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gMorphaTentaclePart27DL[] = dgMorphaTentaclePart27DL;
|
|
#else
|
|
static const char gMorphaTentaclePart27DL[] __attribute__((aligned (2))) = dgMorphaTentaclePart27DL;
|
|
#endif
|
|
|
|
#define dgMorphaTentaclePart28DL "__OTR__objects/object_mo/gMorphaTentaclePart28DL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gMorphaTentaclePart28DL[] = dgMorphaTentaclePart28DL;
|
|
#else
|
|
static const char gMorphaTentaclePart28DL[] __attribute__((aligned (2))) = dgMorphaTentaclePart28DL;
|
|
#endif
|
|
|
|
#define dgMorphaTentaclePart29DL "__OTR__objects/object_mo/gMorphaTentaclePart29DL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gMorphaTentaclePart29DL[] = dgMorphaTentaclePart29DL;
|
|
#else
|
|
static const char gMorphaTentaclePart29DL[] __attribute__((aligned (2))) = dgMorphaTentaclePart29DL;
|
|
#endif
|
|
|
|
#define dgMorphaTentaclePart30DL "__OTR__objects/object_mo/gMorphaTentaclePart30DL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gMorphaTentaclePart30DL[] = dgMorphaTentaclePart30DL;
|
|
#else
|
|
static const char gMorphaTentaclePart30DL[] __attribute__((aligned (2))) = dgMorphaTentaclePart30DL;
|
|
#endif
|
|
|
|
#define dgMorphaTentaclePart31DL "__OTR__objects/object_mo/gMorphaTentaclePart31DL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gMorphaTentaclePart31DL[] = dgMorphaTentaclePart31DL;
|
|
#else
|
|
static const char gMorphaTentaclePart31DL[] __attribute__((aligned (2))) = dgMorphaTentaclePart31DL;
|
|
#endif
|
|
|
|
#define dgMorphaTentaclePart32DL "__OTR__objects/object_mo/gMorphaTentaclePart32DL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gMorphaTentaclePart32DL[] = dgMorphaTentaclePart32DL;
|
|
#else
|
|
static const char gMorphaTentaclePart32DL[] __attribute__((aligned (2))) = dgMorphaTentaclePart32DL;
|
|
#endif
|
|
|
|
#define dgMorphaTentaclePart33DL "__OTR__objects/object_mo/gMorphaTentaclePart33DL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gMorphaTentaclePart33DL[] = dgMorphaTentaclePart33DL;
|
|
#else
|
|
static const char gMorphaTentaclePart33DL[] __attribute__((aligned (2))) = dgMorphaTentaclePart33DL;
|
|
#endif
|
|
|
|
#define dgMorphaTentaclePart34DL "__OTR__objects/object_mo/gMorphaTentaclePart34DL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gMorphaTentaclePart34DL[] = dgMorphaTentaclePart34DL;
|
|
#else
|
|
static const char gMorphaTentaclePart34DL[] __attribute__((aligned (2))) = dgMorphaTentaclePart34DL;
|
|
#endif
|
|
|
|
#define dgMorphaTentaclePart35DL "__OTR__objects/object_mo/gMorphaTentaclePart35DL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gMorphaTentaclePart35DL[] = dgMorphaTentaclePart35DL;
|
|
#else
|
|
static const char gMorphaTentaclePart35DL[] __attribute__((aligned (2))) = dgMorphaTentaclePart35DL;
|
|
#endif
|
|
|
|
#define dgMorphaTentaclePart36DL "__OTR__objects/object_mo/gMorphaTentaclePart36DL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gMorphaTentaclePart36DL[] = dgMorphaTentaclePart36DL;
|
|
#else
|
|
static const char gMorphaTentaclePart36DL[] __attribute__((aligned (2))) = dgMorphaTentaclePart36DL;
|
|
#endif
|
|
|
|
#define dgMorphaTentaclePart37DL "__OTR__objects/object_mo/gMorphaTentaclePart37DL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gMorphaTentaclePart37DL[] = dgMorphaTentaclePart37DL;
|
|
#else
|
|
static const char gMorphaTentaclePart37DL[] __attribute__((aligned (2))) = dgMorphaTentaclePart37DL;
|
|
#endif
|
|
|
|
#define dgMorphaTentaclePart38DL "__OTR__objects/object_mo/gMorphaTentaclePart38DL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gMorphaTentaclePart38DL[] = dgMorphaTentaclePart38DL;
|
|
#else
|
|
static const char gMorphaTentaclePart38DL[] __attribute__((aligned (2))) = dgMorphaTentaclePart38DL;
|
|
#endif
|
|
|
|
#define dgMorphaTentaclePart39DL "__OTR__objects/object_mo/gMorphaTentaclePart39DL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gMorphaTentaclePart39DL[] = dgMorphaTentaclePart39DL;
|
|
#else
|
|
static const char gMorphaTentaclePart39DL[] __attribute__((aligned (2))) = dgMorphaTentaclePart39DL;
|
|
#endif
|
|
|
|
#define dgMorphaTentaclePart40DL "__OTR__objects/object_mo/gMorphaTentaclePart40DL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gMorphaTentaclePart40DL[] = dgMorphaTentaclePart40DL;
|
|
#else
|
|
static const char gMorphaTentaclePart40DL[] __attribute__((aligned (2))) = dgMorphaTentaclePart40DL;
|
|
#endif
|
|
|
|
#define dgMorphaBubbleDL "__OTR__objects/object_mo/gMorphaBubbleDL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gMorphaBubbleDL[] = dgMorphaBubbleDL;
|
|
#else
|
|
static const char gMorphaBubbleDL[] __attribute__((aligned (2))) = dgMorphaBubbleDL;
|
|
#endif
|
|
|
|
#define dgMorphaDropletMaterialDL "__OTR__objects/object_mo/gMorphaDropletMaterialDL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gMorphaDropletMaterialDL[] = dgMorphaDropletMaterialDL;
|
|
#else
|
|
static const char gMorphaDropletMaterialDL[] __attribute__((aligned (2))) = dgMorphaDropletMaterialDL;
|
|
#endif
|
|
|
|
#define dgMorphaDropletModelDL "__OTR__objects/object_mo/gMorphaDropletModelDL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gMorphaDropletModelDL[] = dgMorphaDropletModelDL;
|
|
#else
|
|
static const char gMorphaDropletModelDL[] __attribute__((aligned (2))) = dgMorphaDropletModelDL;
|
|
#endif
|
|
|
|
#define dgMorphaWetSpotModelDL "__OTR__objects/object_mo/gMorphaWetSpotModelDL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gMorphaWetSpotModelDL[] = dgMorphaWetSpotModelDL;
|
|
#else
|
|
static const char gMorphaWetSpotModelDL[] __attribute__((aligned (2))) = dgMorphaWetSpotModelDL;
|
|
#endif
|
|
|
|
#define dgMorphaWaterDL "__OTR__objects/object_mo/gMorphaWaterDL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gMorphaWaterDL[] = dgMorphaWaterDL;
|
|
#else
|
|
static const char gMorphaWaterDL[] __attribute__((aligned (2))) = dgMorphaWaterDL;
|
|
#endif
|
|
|
|
#define dgMorphaDL_000550 "__OTR__objects/object_mo/gMorphaDL_000550"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gMorphaDL_000550[] = dgMorphaDL_000550;
|
|
#else
|
|
static const char gMorphaDL_000550[] __attribute__((aligned (2))) = dgMorphaDL_000550;
|
|
#endif
|
|
|
|
#define dgMorphaDL_000EC0 "__OTR__objects/object_mo/gMorphaDL_000EC0"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gMorphaDL_000EC0[] = dgMorphaDL_000EC0;
|
|
#else
|
|
static const char gMorphaDL_000EC0[] __attribute__((aligned (2))) = dgMorphaDL_000EC0;
|
|
#endif
|
|
|
|
#define dgMorphaDL_000EF8 "__OTR__objects/object_mo/gMorphaDL_000EF8"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gMorphaDL_000EF8[] = dgMorphaDL_000EF8;
|
|
#else
|
|
static const char gMorphaDL_000EF8[] __attribute__((aligned (2))) = dgMorphaDL_000EF8;
|
|
#endif
|
|
|
|
#define dgMorphaDL_007BF8 "__OTR__objects/object_mo/gMorphaDL_007BF8"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gMorphaDL_007BF8[] = dgMorphaDL_007BF8;
|
|
#else
|
|
static const char gMorphaDL_007BF8[] __attribute__((aligned (2))) = dgMorphaDL_007BF8;
|
|
#endif
|
|
|
|
#define dgMorphaVtx_006938 "__OTR__objects/object_mo/gMorphaVtx_006938"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gMorphaVtx_006938[] = dgMorphaVtx_006938;
|
|
#else
|
|
static const char gMorphaVtx_006938[] __attribute__((aligned (2))) = dgMorphaVtx_006938;
|
|
#endif
|
|
|
|
#define dgMorphaVtx_007BB8 "__OTR__objects/object_mo/gMorphaVtx_007BB8"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gMorphaVtx_007BB8[] = dgMorphaVtx_007BB8;
|
|
#else
|
|
static const char gMorphaVtx_007BB8[] __attribute__((aligned (2))) = dgMorphaVtx_007BB8;
|
|
#endif
|
|
|
|
#define dobject_moTex_004D20 "__OTR__objects/object_mo/object_moTex_004D20"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char object_moTex_004D20[] = dobject_moTex_004D20;
|
|
#else
|
|
static const char object_moTex_004D20[] __attribute__((aligned (2))) = dobject_moTex_004D20;
|
|
#endif
|
|
|
|
#define dobject_moTex_005D20 "__OTR__objects/object_mo/object_moTex_005D20"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char object_moTex_005D20[] = dobject_moTex_005D20;
|
|
#else
|
|
static const char object_moTex_005D20[] __attribute__((aligned (2))) = dobject_moTex_005D20;
|
|
#endif
|
|
|
|
#define dobject_moTex_005520 "__OTR__objects/object_mo/object_moTex_005520"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char object_moTex_005520[] = dobject_moTex_005520;
|
|
#else
|
|
static const char object_moTex_005520[] __attribute__((aligned (2))) = dobject_moTex_005520;
|
|
#endif
|
|
|
|
#define dobject_moTex_000000 "__OTR__objects/object_mo/object_moTex_000000"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char object_moTex_000000[] = dobject_moTex_000000;
|
|
#else
|
|
static const char object_moTex_000000[] __attribute__((aligned (2))) = dobject_moTex_000000;
|
|
#endif
|
|
|
|
#define dobject_moTex_000680 "__OTR__objects/object_mo/object_moTex_000680"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char object_moTex_000680[] = dobject_moTex_000680;
|
|
#else
|
|
static const char object_moTex_000680[] __attribute__((aligned (2))) = dobject_moTex_000680;
|
|
#endif
|
|
|
|
|