summaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'util.h')
-rw-r--r--util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/util.h b/util.h
index acabdcb..4d33ba2 100644
--- a/util.h
+++ b/util.h
@@ -11,6 +11,7 @@
11 11
12using namespace std; 12using namespace std;
13 13
14string get_data_path();
14//splits at '\n' and ' ' 15//splits at '\n' and ' '
15vector<vector<string> > splitString(string s); 16vector<vector<string> > splitString(string s);
16 17