diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2016-01-30 09:37:41 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2016-01-30 09:37:41 +0000 |
commit | c3fc2108262762d1c4c54fac4b7376e65eb7689e (patch) | |
tree | d13cb8279abb8463b509844ceeff3e158b5085ee /libs/hunspell/include/hunspell.hpp | |
parent | eefd0fa80022fe122cfc816e7146212729ee02b4 (diff) |
update hunspell pt1
git-svn-id: http://svn.miranda-ng.org/main/trunk@16191 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'libs/hunspell/include/hunspell.hpp')
-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 |