X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=gnushogi%2Fcursesdsp.h;h=8bea2bfdab21e52abe615cfe8fac2f004976d933;hb=485ee905dd57ee67179c013ccd113935f5d6667f;hp=d286b6d98a6191573e3adf0692a31cbca2a2f87e;hpb=4a9acd2e4d21586f2af629ec44cd78c237dcd702;p=gnushogi.git diff --git a/gnushogi/cursesdsp.h b/gnushogi/cursesdsp.h index d286b6d..8bea2bf 100644 --- a/gnushogi/cursesdsp.h +++ b/gnushogi/cursesdsp.h @@ -66,6 +66,7 @@ void Curses_AlwaysShowMessage(const char *format, ...); void Curses_Printf(const char *format, ...); void Curses_doRequestInputString(const char* fmt, char* buffer); int Curses_GetString(char* sx); +void Curses_SetupBoard(void); void Curses_ShowPatternCount(short side, short n); void Curses_ShowPostnValue(short sq); void Curses_ShowPostnValues(void); @@ -78,17 +79,4 @@ void Curses_TerminateSearch(int sig); void Curses_UpdateDisplay(short f, short t, short redraw, short isspec); void Curses_help(void); - -/* The following are only found in cursesdsp.h: */ - -void ClearEoln(void); -void ClearMessage(void); -void DrawPiece(short sq); -void ShowHeader(void); -void ShowPlayers(void); -void ShowScore(short score); -void UpdateClocks(void); -void gotoXY(short x, short y); - #endif /* _CURSESDSP_H_ */ -