mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-27 09:58:45 +01:00
add util_turnChanged
This commit is contained in:
parent
a52fc5a4fd
commit
55d86b15d2
2 changed files with 5 additions and 2 deletions
|
@ -197,10 +197,12 @@ and_util_yOffsetChange(XW_UtilCtxt* uc, XP_U16 maxOffset,
|
|||
static void
|
||||
and_util_turnChanged(XW_UtilCtxt* uc)
|
||||
{
|
||||
/* don't log; this is getting called a lot */
|
||||
UTIL_CBK_HEADER( "turnChanged", "()V" );
|
||||
(*env)->CallVoidMethod( env, util->jutil, mid );
|
||||
UTIL_CBK_TAIL();
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
static void
|
||||
and_util_notifyGameOver( XW_UtilCtxt* uc )
|
||||
{
|
||||
|
|
|
@ -32,6 +32,7 @@ public interface UtilCtxt {
|
|||
int playerNum, String[] texts );
|
||||
|
||||
String askPassword( String name );
|
||||
void turnChanged();
|
||||
|
||||
boolean engineProgressCallback();
|
||||
|
||||
|
|
Loading…
Reference in a new issue