summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/skills2.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/skills2.h')
-rw-r--r--crawl-ref/source/skills2.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/skills2.h b/crawl-ref/source/skills2.h
index 1492828819..5107fd289f 100644
--- a/crawl-ref/source/skills2.h
+++ b/crawl-ref/source/skills2.h
@@ -15,10 +15,10 @@
#ifndef SKILLS2_H
#define SKILLS2_H
-#include <stddef.h> // For NULL
-
#define MAX_SKILL_ORDER 100
+#include "enum.h"
+
// last_updated 24may2000 {dlb}
/* ***********************************************************************
* called from: chardump - it_use3 - itemname - skills
@@ -70,7 +70,7 @@ int calc_hp(void);
/* ***********************************************************************
* called from: newgame - skills - skills2
* *********************************************************************** */
-int species_skills(int skill, int species);
+int species_skills(int skill, species_type species);
// last_updated 24may2000 {dlb}