summaryrefslogtreecommitdiffstats
path: root/trunk/source/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/source/view.h')
-rw-r--r--trunk/source/view.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/trunk/source/view.h b/trunk/source/view.h
index 75c5714ddd..b36ff18551 100644
--- a/trunk/source/view.h
+++ b/trunk/source/view.h
@@ -21,6 +21,12 @@
int get_number_of_lines(void);
+/* ***********************************************************************
+ * called from: dump_screenshot - chardump
+ * *********************************************************************** */
+void get_non_ibm_symbol(unsigned int object, unsigned short *ch,
+ unsigned short *color);
+
// last updated 29may2000 {dlb}
/* ***********************************************************************
* called from: bang - beam - direct - effects - fight - monstuff -
@@ -41,6 +47,8 @@ void draw_border(void);
* *********************************************************************** */
void item(void);
+void find_features(const std::vector<coord_def>& features,
+ unsigned char feature, std::vector<coord_def> *found);
// last updated 12may2000 {dlb}
/* ***********************************************************************
@@ -96,5 +104,8 @@ void setLOSRadius(int newLR);
* *********************************************************************** */
bool check_awaken(int mons_aw);
+void clear_map();
+
+bool is_feature(int feature, int x, int y);
#endif