|
|
@ -1,20 +1,14 @@
|
|
|
|
#include "Internal.h"
|
|
|
|
#include <stddef.h>
|
|
|
|
#include "DataDefs.h"
|
|
|
|
|
|
|
|
#include "MiscUtils.h"
|
|
|
|
|
|
|
|
#include "VersionInfo.h"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef STATIC_FIELDS_GROUP
|
|
|
|
#ifndef STATIC_FIELDS_GROUP
|
|
|
|
#include "df/world.h"
|
|
|
|
#include "DataDefs.h"
|
|
|
|
#include "df/world_data.h"
|
|
|
|
|
|
|
|
#include "df/ui.h"
|
|
|
|
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
#include "DataIdentity.h"
|
|
|
|
|
|
|
|
#include "DataFuncs.h"
|
|
|
|
#include "DataFuncs.h"
|
|
|
|
|
|
|
|
|
|
|
|
#include <stddef.h>
|
|
|
|
#ifdef __GNUC__
|
|
|
|
|
|
|
|
|
|
|
|
#pragma GCC diagnostic ignored "-Winvalid-offsetof"
|
|
|
|
#pragma GCC diagnostic ignored "-Winvalid-offsetof"
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
namespace df {
|
|
|
|
namespace df {
|
|
|
|
#define NUMBER_IDENTITY_TRAITS(category, type) \
|
|
|
|
#define NUMBER_IDENTITY_TRAITS(category, type) \
|
|
|
|