Change ElapsedTime to a normal display function.
[gnushogi.git] / gnushogi / dspwrappers.c
index dc139ce..cd7c3da 100644 (file)
@@ -86,6 +86,7 @@ DISPLAY_VOIDFUNC(ChangeXwindow)
 DISPLAY_VOIDFUNC(ClearScreen)
 DISPLAY_VOIDFUNC(DoDebug)
 DISPLAY_FUNC(DoTable, (short table[NO_SQUARES]), (table))
+DISPLAY_FUNC(ElapsedTime, (ElapsedTime_mode iop), (iop))
 DISPLAY_VOIDFUNC(EditBoard)
 DISPLAY_VOIDFUNC(ExitShogi)
 DISPLAY_VOIDFUNC(GiveHint)