diff options
Diffstat (limited to 'libs/hunspell/include')
-rw-r--r-- | libs/hunspell/include/hunspell.hpp | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/libs/hunspell/include/hunspell.hpp b/libs/hunspell/include/hunspell.hpp new file mode 100644 index 0000000000..7d5ec5c771 --- /dev/null +++ b/libs/hunspell/include/hunspell.hpp @@ -0,0 +1,16 @@ +#include "../src/hunspell.h"
+#include "../src/hunspell.hxx"
+#include "../src/affentry.hxx"
+#include "../src/config.h"
+#include "../src/hunspell.hxx"
+#include "../src/csutil.hxx"
+#include "../src/affixmgr.hxx"
+#include "../src/langnum.hxx"
+#include "../src/atypes.hxx"
+#include "../src/dictmgr.hxx"
+#include "../src/filemgr.hxx"
+#include "../src/hashmgr.hxx"
+#include "../src/hunzip.hxx"
+#include "../src/phonet.hxx"
+#include "../src/replist.hxx"
+#include "../src/suggestmgr.hxx"
\ No newline at end of file |