mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
add game_receiveMessage() (see prev note)
This commit is contained in:
parent
b0e88eff83
commit
15ce0a12da
1 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,8 @@ public class XwJNI {
|
|||
DrawCtx draw,
|
||||
CommonPrefs cp,
|
||||
TransportProcs procs );
|
||||
|
||||
public static native boolean game_receiveMessage( int gamePtr,
|
||||
byte[] stream );
|
||||
public static native byte[] game_saveToStream( int gamePtr,
|
||||
CurGameInfo gi );
|
||||
public static native void game_dispose( int gamePtr );
|
||||
|
|
Loading…
Add table
Reference in a new issue