From ea981ecda61e7bee7d77c278ab2bbd46cf7c55e8 Mon Sep 17 00:00:00 2001 From: xolatile Date: Thu, 21 Dec 2023 13:04:02 -0500 Subject: [PATCH] Removing one big bad include file for whole game and writing something normal for once. --- source/core.h | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 source/core.h 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)