Changeset 863 for trunk/monsterz/board.h
- Timestamp:
- Aug 27, 2011, 8:29:36 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/monsterz/board.h
r759 r863 30 30 game_t; 31 31 32 Board(game_t, vec2idim, int minnpieces, int maxnpieces);32 Board(game_t, ivec2 dim, int minnpieces, int maxnpieces); 33 33 virtual ~Board(); 34 34 … … 41 41 /* Hunt mode */ 42 42 void Fill(); 43 bool Switch( vec2i cell_a, vec2icell_b);43 bool Switch(ivec2 cell_a, ivec2 cell_b); 44 44 int ListMashes(int list[MAX_WIDTH][MAX_HEIGHT]); 45 45 int ListMoves(int list[MAX_WIDTH][MAX_HEIGHT]);
Note: See TracChangeset
for help on using the changeset viewer.