diff options
Diffstat (limited to 'util.h')
-rw-r--r-- | util.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ | |||
11 | 11 | ||
12 | using namespace std; | 12 | using namespace std; |
13 | 13 | ||
14 | string get_data_path(); | ||
14 | //splits at '\n' and ' ' | 15 | //splits at '\n' and ' ' |
15 | vector<vector<string> > splitString(string s); | 16 | vector<vector<string> > splitString(string s); |
16 | 17 | ||