move bonus squares into jni since they're constant rather than e.g. in

an editable resource.
This commit is contained in:
Andy2 2011-02-01 18:55:00 -08:00
parent c2be642302
commit ee620a3e37

View file

@ -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 );