Removing one big bad include file for whole game and writing something normal for once.

This commit is contained in:
Ognjen Milan Robovic 2023-12-21 13:04:02 -05:00
parent 9fe0838860
commit ea981ecda6

View File

@ -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 <xolatile/chads.h>
#include <string.h>
#include <stdlib.h>
#include <raylib.h>
#define BASE_SIZE (16)
#define ICON_SIZE (32)
#define FONT_SIZE (24)