aboutsummaryrefslogtreecommitdiff
path: root/reference/enums.hh
diff options
context:
space:
mode:
authorfusion32 <marcopuzziello@gmail.com>2025-05-25 22:37:57 -0300
committerfusion32 <marcopuzziello@gmail.com>2025-05-25 22:37:57 -0300
commitad8213f35523cbb07f418ae275af448a47cc0288 (patch)
tree4d77b8ff2b44461734b5a2cbaad5402b4a94736f /reference/enums.hh
parent5f883a80175a4cc9abda9d647a6a0d73bda84878 (diff)
downloadgame-ad8213f35523cbb07f418ae275af448a47cc0288.tar.gz
game-ad8213f35523cbb07f418ae275af448a47cc0288.zip
linux Makefile + fix most compilation problems
I wanted to see if the compiler had any problems with the code so far and added a few stub definitions so that each file would properly compile. We still fail when linking but we're able to to find and fix compile time errors.
Diffstat (limited to 'reference/enums.hh')
-rw-r--r--reference/enums.hh8
1 files changed, 0 insertions, 8 deletions
diff --git a/reference/enums.hh b/reference/enums.hh
index 5e045f3..6a84666 100644
--- a/reference/enums.hh
+++ b/reference/enums.hh
@@ -186,11 +186,3 @@ enum SITUATION: int {
BUSY=3,
VANISH=4
};
-
-enum BloodType: int {
- BT_BLOOD=0,
- BT_SLIME=1,
- BT_BONES=2,
- BT_FIRE=3,
- BT_ENERGY=4
-};