summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stuff.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/stuff.h')
-rw-r--r--crawl-ref/source/stuff.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/crawl-ref/source/stuff.h b/crawl-ref/source/stuff.h
index a29c0c07e7..415feeaa2b 100644
--- a/crawl-ref/source/stuff.h
+++ b/crawl-ref/source/stuff.h
@@ -152,9 +152,8 @@ int yesnoquit( const char* str, bool safe = true, int safeanswer = 0,
bool allow_all = false, bool clear_after = true,
char alt_yes = 'Y', char alt_yes2 = 'Y' );
-
-bool in_bounds( int x, int y );
-bool map_bounds( int x, int y );
+bool in_bounds(int x, int y);
+bool map_bounds(int x, int y);
coord_def random_in_bounds();
inline bool in_bounds(const coord_def &p)