From 89eaa39aa96039062a4d1a0efc2e5c1fe9f54a95 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Fri, 6 Nov 2009 10:59:07 +0100 Subject: Move dchar_by_name declaration to proper header. --- crawl-ref/source/view.h | 2 -- crawl-ref/source/viewchar.h | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crawl-ref/source/view.h b/crawl-ref/source/view.h index 148cd35fc6..774aa2adff 100644 --- a/crawl-ref/source/view.h +++ b/crawl-ref/source/view.h @@ -69,8 +69,6 @@ void update_monsters_in_view(); void handle_seen_interrupt(monsters* monster); void flush_comes_into_view(); -dungeon_char_type dchar_by_name(const std::string &name); - void handle_terminal_resize(bool redraw = true); #endif diff --git a/crawl-ref/source/viewchar.h b/crawl-ref/source/viewchar.h index 96412480ec..b0e606758d 100644 --- a/crawl-ref/source/viewchar.h +++ b/crawl-ref/source/viewchar.h @@ -9,5 +9,7 @@ unsigned dchar_glyph(dungeon_char_type dchar); std::string stringize_glyph(unsigned glyph); int multibyte_strlen(const std::string &s); +dungeon_char_type dchar_by_name(const std::string &name); + #endif -- cgit v1.2.3-54-g00ecf