X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=gnushogi%2Fdspwrappers.c;h=d647f5a6112b1fca752c791383eafaeed56a4729;hb=72ca13ff5cd85091cedb1940dc370b19a509f061;hp=cd7c3da62739ca710e2705e4ff9e30bf408c45db;hpb=6030715dffdadf4402dccf6a8bf9966cfab2be1d;p=gnushogi.git diff --git a/gnushogi/dspwrappers.c b/gnushogi/dspwrappers.c index cd7c3da..d647f5a 100644 --- a/gnushogi/dspwrappers.c +++ b/gnushogi/dspwrappers.c @@ -96,6 +96,7 @@ DISPLAY_VOIDFUNC(OutputMove) DISPLAY_VOIDFUNC(SetContempt) DISPLAY_FUNC(SearchStartStuff, (short side), (side)) DISPLAY_FUNC(SelectLevel, (char *sx), (sx)) +DISPLAY_VOIDFUNC(SetupBoard) DISPLAY_FUNC(ShowCurrentMove, (short pnt, short f, short t), (pnt, f, t)) DISPLAY_FUNC(ShowDepth, (char ch), (ch)) DISPLAY_VOIDFUNC(ShowGameType)