summaryrefslogtreecommitdiffstats
path: root/stone_soup/crawl-ref/source/skills.h
diff options
context:
space:
mode:
Diffstat (limited to 'stone_soup/crawl-ref/source/skills.h')
-rw-r--r--stone_soup/crawl-ref/source/skills.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/stone_soup/crawl-ref/source/skills.h b/stone_soup/crawl-ref/source/skills.h
deleted file mode 100644
index 35136ec427..0000000000
--- a/stone_soup/crawl-ref/source/skills.h
+++ /dev/null
@@ -1,26 +0,0 @@
-/*
- * File: skills.cc
- * Summary: Skill exercising functions.
- * Written by: Linley Henzell
- *
- * Change History (most recent first):
- *
- * <1> -/--/-- LRH Created
- */
-
-
-#ifndef SKILLS_H
-#define SKILLS_H
-
-int skill_cost_needed( int level );
-void calc_total_skill_points( void );
-
-// last updated 12may2000 {dlb}
-/* ***********************************************************************
- * called from: ability - bang - beam - debug - fight - it_use3 - item_use -
- * items - misc - spell
- * *********************************************************************** */
-int exercise(int exsk, int deg);
-
-
-#endif