]> git.cworth.org Git - wordgame/blobdiff - word-game.h
Abstract bag code from rack into new bag.c
[wordgame] / word-game.h
index 063d299ccc991c4777eebf15435faed204ca2457..9088a8904df1e521053bac063483b5db772baf70 100644 (file)
@@ -20,6 +20,7 @@
 #define _WORD_GAME_H_
 
 #include "dict.h"
+#include "bag.h"
 
 #define WORD_GAME_MAX_WORD_LENGTH 15