mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
add server_writeFinalScores.
This commit is contained in:
parent
a62af87a61
commit
ad013b8cc7
1 changed files with 2 additions and 0 deletions
|
@ -85,4 +85,6 @@ public class XwJNI {
|
|||
public static native boolean server_getGameIsOver( int gamePtr );
|
||||
|
||||
public static native String model_writeGameHistory( int gamePtr, boolean gameOver );
|
||||
|
||||
public static native String server_writeFinalScores( int gamePtr );
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue