add draw_boardBegin (fix broken compile)

This commit is contained in:
Andy2 2011-02-24 22:28:15 -08:00
parent ce64f79cdd
commit d41487150b

View file

@ -451,6 +451,12 @@ public class BoardView extends View implements DrawCtx, BoardHandler,
} }
} }
public boolean boardBegin( Rect rect, int cellWidth, int cellHeight,
int dfs )
{
return true;
}
public boolean drawCell( final Rect rect, String text, int tile, int owner, public boolean drawCell( final Rect rect, String text, int tile, int owner,
int bonus, int hintAtts, final int flags ) int bonus, int hintAtts, final int flags )
{ {