summaryrefslogtreecommitdiffstats
path: root/trunk/source/skills.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/source/skills.h')
-rw-r--r--trunk/source/skills.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/trunk/source/skills.h b/trunk/source/skills.h
new file mode 100644
index 0000000000..10afa1df8a
--- /dev/null
+++ b/trunk/source/skills.h
@@ -0,0 +1,26 @@
+/*
+ * 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
+ * *********************************************************************** */
+void exercise(char exsk, int deg);
+
+
+#endif