mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
add comms_isConnected
This commit is contained in:
parent
1b83b13101
commit
670f7982ea
1 changed files with 1 additions and 0 deletions
|
@ -204,6 +204,7 @@ public class XwJNI {
|
|||
public static native void comms_resendAll( int gamePtr );
|
||||
public static native void comms_transportFailed( int gamePtr );
|
||||
public static native boolean comms_canChat( int gamePtr );
|
||||
public static native boolean comms_isConnected( int gamePtr );
|
||||
|
||||
// Dicts
|
||||
public static native boolean dict_tilesAreSame( int dictPtr1, int dictPtr2 );
|
||||
|
|
Loading…
Reference in a new issue