summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/newgame.h
diff options
context:
space:
mode:
authorSteven Noonan <steven@uplinklabs.net>2009-10-23 20:41:49 -0700
committerSteven Noonan <steven@uplinklabs.net>2009-10-23 20:43:39 -0700
commit4c1bf47654d7adad04ab95fb8e6ba96fc40b08f1 (patch)
tree39607dffbf3b83096d8ce9576493bd65bf7ed48c /crawl-ref/source/newgame.h
parent1c3f8a9babb0d733833a468752d5d15c0c96cf58 (diff)
downloadcrawl-ref-4c1bf47654d7adad04ab95fb8e6ba96fc40b08f1.tar.gz
crawl-ref-4c1bf47654d7adad04ab95fb8e6ba96fc40b08f1.zip
files.cc: use proper data type for get_class_by_name
Whoops, apparently it was declared, but not with the correct prototype. Signed-off-by: Steven Noonan <steven@uplinklabs.net>
Diffstat (limited to 'crawl-ref/source/newgame.h')
-rw-r--r--crawl-ref/source/newgame.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/crawl-ref/source/newgame.h b/crawl-ref/source/newgame.h
index e994fcf556..bb3feb5dbd 100644
--- a/crawl-ref/source/newgame.h
+++ b/crawl-ref/source/newgame.h
@@ -59,9 +59,4 @@ void give_basic_mutations(species_type speci);
bool validate_player_name(const char *name, bool verbose);
-/* ***********************************************************************
- * called from: files.cc
- * *********************************************************************** */
-int get_class_by_name(const char *name);
-
#endif