mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
move bonus squares into jni since they're constant rather than e.g. in
an editable resource.
This commit is contained in:
parent
c2be642302
commit
ee620a3e37
1 changed files with 0 additions and 1 deletions
|
@ -27,7 +27,6 @@ public interface UtilCtxt {
|
|||
static final int BONUS_TRIPLE_LETTER = 3;
|
||||
static final int BONUS_TRIPLE_WORD = 4;
|
||||
|
||||
int getSquareBonus( int col, int row );
|
||||
int userPickTile( /* PickInfo* pi, add once tile-picking is enabled */
|
||||
int playerNum, String[] texts );
|
||||
|
||||
|
|
Loading…
Reference in a new issue