Convert more stuff from #ifdef to dspwrappers: AlwaysShowMessage.
[gnushogi.git] / gnushogi / cursesdsp.h
index 36e128c..4f9fd68 100644 (file)
@@ -4,11 +4,14 @@
  *     Curses interface for GNU Shogi.
  *
  * ----------------------------------------------------------------------
- *
- * Copyright (c) 2012 Free Software Foundation
+ * Copyright (c) 1993, 1994, 1995 Matthias Mutz
+ * Copyright (c) 1999 Michael Vanier and the Free Software Foundation
  *
  * GNU SHOGI is based on GNU CHESS
  *
+ * Copyright (c) 1988, 1989, 1990 John Stanback
+ * Copyright (c) 1992 Free Software Foundation
+ *
  * This file is part of GNU SHOGI.
  *
  * GNU Shogi is free software; you can redistribute it and/or modify it
@@ -46,6 +49,7 @@ void Curses_EditBoard(void);
 void Curses_ExitShogi(void);
 void Curses_GiveHint(void);
 void Curses_Initialize(void);
+void Curses_ShowNodeCnt(long NodeCnt);
 void Curses_OutputMove(void);
 void Curses_SearchStartStuff(short side);
 void Curses_SelectLevel(char *sx);
@@ -55,6 +59,9 @@ void Curses_ShowDepth(char ch);
 void Curses_ShowGameType(void);
 void Curses_ShowLine(unsigned short *bstline);
 void Curses_ShowMessage(char *s);
+void Curses_AlwaysShowMessage(const char *format, ...);
+void Curses_Printf(const char *format, ...);
+void Curses_doRequestInputString(const char* fmt, char* buffer);
 void Curses_ShowPatternCount(short side, short n);
 void Curses_ShowPostnValue(short sq);
 void Curses_ShowPostnValues(void);
@@ -73,7 +80,6 @@ void ClearEoln(void);
 void ClearMessage(void);
 void DrawPiece(short sq);
 void ShowHeader(void);
-void ShowNodeCnt(long NodeCnt);
 void ShowPlayers(void);
 void ShowPrompt(void);
 void ShowScore(short score);