}
-
void
gotoXY(short x, short y)
{
ClearEoln();
}
-
/****************************************
* End of trivial output routines.
****************************************/
-
void
Curses_Initialize(void)
{
}
-
void
Curses_Die(int sig)
{
}
-
void
Curses_TerminateSearch(int sig)
{
}
-
void
Curses_help(void)
{
}
-
static void
UpdateCatched()
{
}
-
void
Curses_SearchStartStuff(short side)
{
}
-
void
Curses_OutputMove(void)
{
}
-
void
UpdateClocks(void)
{
}
-
void
DrawPiece(short sq)
{
}
-
-
/*
* Curses_ShowPostnValue(): must have called ExaminePosition() first
*/
-
void
Curses_ShowPostnValue(short sq)
{
}
-
void
Curses_ShowPostnValues(void)
{
}
-
void
Curses_UpdateDisplay(short f, short t, short redraw, short isspec)
{
}
-extern char *InPtr;
-
-
void
Curses_ChangeAlphaWindow(void)
{
}
-
void
Curses_ChangeBetaWindow(void)
{
}
-
void
Curses_GiveHint(void)
{
}
-
void
Curses_ChangeSearchDepth(void)
{
}
-
void
Curses_ChangeXwindow(void)
{
}
-
void
Curses_SelectLevel(char *sx)
{
}
-
void
Curses_DoDebug(void)
{
}
-
void
Curses_DoTable(short table[NO_SQUARES])
{
}
}
-
-
printf("%s\n", s);
}
+
void
Raw_AlwaysShowMessage(const char *format, ...)
{
printf("\n");
}
+
void
Raw_Printf(const char *format, ...)
{
va_end(ap);
}
+
void
Raw_doRequestInputString(const char* fmt, char* buffer)
{
* End of trivial output routines.
****************************************/
-
void
Raw_Initialize(void)
{
}
-
void
Raw_ExitShogi(void)
{
}
-
void
Raw_TerminateSearch(int sig)
{
}
-
void
Raw_help(void)
{
}
-
/*
* Set up a board position. Pieces are entered by typing the piece followed
* by the location. For example, Nf3 will place a knight on square f3.
*/
-
void
Raw_EditBoard(void)
{
}
-
-
/*
* Set up a board position.
* Nine lines of nine characters are used to setup the board. 9a-1a is the
* first line. White pieces are represented by uppercase characters.
*/
-
void
SetupBoard(void)
{
}
-
void
Raw_OutputMove(void)
{
}
-
void
Raw_ChangeAlphaWindow(void)
{
}
-
void
Raw_ChangeBetaWindow(void)
{
}
-
void
Raw_GiveHint(void)
{
}
-
void
Raw_SelectLevel(char *sx)
{
}
-
-
void
Raw_ChangeSearchDepth(void)
{
}
-
-
void
Raw_ChangeHashDepth(void)
{
}
-
void
Raw_SetContempt(void)
{
}
-
void
Raw_ChangeXwindow(void)
{
* Raw_ShowPostnValue(short sq)
* must have called ExaminePosition() first
*/
-
void
Raw_ShowPostnValue(short sq)
{
}
-
void
Raw_DoDebug(void)
{
}
-
void
Raw_DoTable(short table[NO_SQUARES])
{
}
-
void
Raw_ShowPostnValues(void)
{