X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=gnushogi%2Fgnushogi.h;h=52a77ae4445c67b62d86a0bf27b2473da708a34f;hb=6030715dffdadf4402dccf6a8bf9966cfab2be1d;hp=1eeef984e830c3cb71431c689b4af036db47cdde;hpb=f30d0521d5d0847df94b8785d350281cb54fae1e;p=gnushogi.git diff --git a/gnushogi/gnushogi.h b/gnushogi/gnushogi.h index 1eeef98..52a77ae 100644 --- a/gnushogi/gnushogi.h +++ b/gnushogi/gnushogi.h @@ -175,7 +175,6 @@ extern void movealgbr(short m, char *s); # define PTBLBDSIZE (NO_SQUARES + NO_PIECES) #endif -#include "dspwrappers.h" /* Display functions. */ #include "eval.h" #define SCORE_LIMIT 12000 @@ -1031,7 +1030,6 @@ typedef enum #endif } ElapsedTime_mode; -extern void ElapsedTime(ElapsedTime_mode iop); extern void SetResponseTime(short side); extern void CheckForTimeout(int score, int globalscore, int Jscore, int zwndw); @@ -1049,9 +1047,6 @@ extern void ShowCurrentMove(short pnt, short f, short t); extern void ListGame(void); extern void ShowMessage(char *s); extern void ClearScreen(void); -extern void gotoXY(short x, short y); -extern void ClearEoln(void); -extern void DrawPiece(short sq); extern void UpdateClocks(void); extern void DoDebug(void); extern void DoTable(short table[NO_SQUARES]); @@ -1090,4 +1085,6 @@ typedef enum extern int VerifyMove(char *s, VerifyMove_mode iop, unsigned short *mv); extern unsigned short TTage; +#include "dspwrappers.h" /* Display functions. */ + #endif /* _GNUSHOGI_H_ */