summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.h
diff options
context:
space:
mode:
authorNicholas Feinberg <pleasingfung@gmail.com>2014-07-02 07:54:30 -0700
committerNicholas Feinberg <pleasingfung@gmail.com>2014-07-02 07:54:30 -0700
commit981af8bb92e8360cca9ec788720c04f06900da93 (patch)
tree21daf5473ada8d6eef2249dbafc649e19837fc22 /crawl-ref/source/misc.h
parent886d980933ff95be25921ebadfea48feb1f37d17 (diff)
downloadcrawl-ref-981af8bb92e8360cca9ec788720c04f06900da93.tar.gz
crawl-ref-981af8bb92e8360cca9ec788720c04f06900da93.zip
Move a little more code out of misc.cc
Diffstat (limited to 'crawl-ref/source/misc.h')
-rw-r--r--crawl-ref/source/misc.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/crawl-ref/source/misc.h b/crawl-ref/source/misc.h
index a018e8127b..f7d124d963 100644
--- a/crawl-ref/source/misc.h
+++ b/crawl-ref/source/misc.h
@@ -17,11 +17,6 @@ struct bolt;
class dist;
struct activity_interrupt_data;
-void search_around();
-
-void emergency_untransform();
-void merfolk_start_swimming(bool step = false);
-void merfolk_stop_swimming();
void trackers_init_new_level(bool transit);
string get_desc_quantity(const int quant, const int total,
string whose = "your");
@@ -67,10 +62,6 @@ void setup_environment_effects();
// Lava smokes, swamp water mists.
void run_environment_effects();
-int str_to_shoptype(const string &s);
-const char *shoptype_to_str(shop_type type);
-void list_shop_types();
-
bool player_in_a_dangerous_place(bool *invis = NULL);
void bring_to_safety();
void revive();