diff --git a/source/core.h b/source/core.h deleted file mode 100644 index 5a179b8..0000000 --- a/source/core.h +++ /dev/null @@ -1,24 +0,0 @@ -#define CHAD_TRAIT_LIMIT ( 3) -#define CHAD_SKILL_LIMIT (24) -#define CHAD_VALUE_LIMIT (10) -#define CHAD_EFFECT_LIMIT ( 3) -#define CHAD_MIGHT_LIMIT ( 1) -#define CHAD_MAGIC_LIMIT ( 1) -#define CHAD_RACE_LIMIT ( 3) -#define CHAD_ITEM_LIMIT ( 3) -#define CHAD_UNIT_LIMIT (54) -#define CHAD_HERO_LIMIT ( 1) -#define CHAD_BLOCK_LIMIT (28) -#define CHAD_WORLD_LIMIT ( 1) -#define CHAD_WORLD_WIDTH (90) -#define CHAD_WORLD_HEIGHT (90) - -#include - -#include -#include -#include - -#define BASE_SIZE (16) -#define ICON_SIZE (32) -#define FONT_SIZE (24)