summaryrefslogtreecommitdiff
path: root/cRender.h
diff options
context:
space:
mode:
Diffstat (limited to 'cRender.h')
-rw-r--r--cRender.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cRender.h b/cRender.h
index 209c75b..59ca352 100644
--- a/cRender.h
+++ b/cRender.h
@@ -134,8 +134,9 @@ private:
#ifdef _WIN32
int SetConsoleWindowSize(int x, int y);
//Slightly adapted from: http://www.cplusplus.com/forum/windows/121444/
-#endif
+
void gotoxy( int x, int y );
+#endif
void forceReRender();