ca36574a48
rivals the best players in the world! You will need to set up a game board with the bonus squares scrabble has. See http://web.mit.edu/jasonkb/www/quackle/example_report.html for a reminder of which squares are which, and recreate this board to have exactly the same rules as Scrabble (TM) WWW: http://web.mit.edu/jasonkb/www/quackle/ PR: ports/122810 Submitted by: Jonathan Shoemaker <shoemaker@bluebottle.com>
10 lines
243 B
C
10 lines
243 B
C
--- fixedstring.h.orig 2008-04-15 20:02:38.000000000 -0600
|
|
+++ fixedstring.h 2008-04-15 20:02:55.000000000 -0600
|
|
@@ -18,6 +18,7 @@
|
|
* 02110-1301 USA
|
|
*/
|
|
|
|
+#include <cassert>
|
|
#ifndef QUACKLE_FIXEDSTRING_H
|
|
#define QUACKLE_FIXEDSTRING_H
|
|
|