cpp/main.hpp
changeset 4 a3d29fb016c3
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/cpp/main.hpp	Sun Feb 13 08:27:44 2011 +0100
@@ -0,0 +1,4 @@
+#include <vector>
+#include <string>
+
+extern std::vector<std::string> words;