X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=word-game.h;h=6e2d3fec5f6f9b9d2388e3bf6ef019a45fd40a18;hb=32ecf2fa7f7f91e8b4d0d3a5bf40314fda1090fb;hp=063d299ccc991c4777eebf15435faed204ca2457;hpb=352e7bb836a852c4df6810e6be58990f602cf7a1;p=wordgame diff --git a/word-game.h b/word-game.h index 063d299..6e2d3fe 100644 --- a/word-game.h +++ b/word-game.h @@ -1,7 +1,7 @@ /* * Copyright © 2006 Carl Worth * - * This program is free software; you can redistribute it and\/or modify + * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2, or (at your option) * any later version. @@ -20,6 +20,8 @@ #define _WORD_GAME_H_ #include "dict.h" +#include "bag.h" +#include "subanagram.h" #define WORD_GAME_MAX_WORD_LENGTH 15