aboutsummaryrefslogtreecommitdiff
path: root/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'parse.h')
-rw-r--r--parse.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/parse.h b/parse.h
new file mode 100644
index 0000000..7af8b2a
--- /dev/null
+++ b/parse.h
@@ -0,0 +1,11 @@
+#pragma once
+
+#include <string>
+
+#include "world.h"
+
+using namespace std;
+
+
+Team assemble(const string &source);
+string preprocess(istream &file); \ No newline at end of file