summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libw32c.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-12-25 06:29:18 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-12-25 06:29:18 +0000
commitce96d334e703f1a087a62b55dd5dd82f35fe5e1e (patch)
tree441be44a234beceb03328601a6c695f45101d014 /crawl-ref/source/libw32c.h
parent9f5555209ea63a352cb14aae686cee5d257e5a8c (diff)
downloadcrawl-ref-ce96d334e703f1a087a62b55dd5dd82f35fe5e1e.tar.gz
crawl-ref-ce96d334e703f1a087a62b55dd5dd82f35fe5e1e.zip
Fix broken DOS and Windows compiles.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@703 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/libw32c.h')
-rw-r--r--crawl-ref/source/libw32c.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/libw32c.h b/crawl-ref/source/libw32c.h
index e4efd254c1..758b854e9e 100644
--- a/crawl-ref/source/libw32c.h
+++ b/crawl-ref/source/libw32c.h
@@ -22,6 +22,7 @@ void set_cursor_enabled(bool enabled);
bool is_cursor_enabled();
void clrscr(void);
+void clear_to_end_of_line();
void gotoxy(int x, int y);
void textcolor(int c);
void textattr(int c);