]> git.cworth.org Git - wordgame/blobdiff - word-game.h
Allow a new game to be started by pressing Enter after Control-C
[wordgame] / word-game.h
index 063d299ccc991c4777eebf15435faed204ca2457..a4b36090cadddb9abba5ac22bc441c5b8232c15d 100644 (file)
@@ -20,6 +20,8 @@
 #define _WORD_GAME_H_
 
 #include "dict.h"
+#include "bag.h"
+#include "subanagram.h"
 
 #define WORD_GAME_MAX_WORD_LENGTH 15