There's no point of this currently
This commit is contained in:
parent
37a2442976
commit
5ff269aa72
1 changed files with 0 additions and 11 deletions
11
Parser.h
11
Parser.h
|
@ -1,11 +0,0 @@
|
||||||
//#include "main.cpp"
|
|
||||||
#include <fstream>
|
|
||||||
#include <iostream>
|
|
||||||
#include <sstream>
|
|
||||||
#include <string>
|
|
||||||
|
|
||||||
void setPassword();
|
|
||||||
vector<string> tokenize(string ss);
|
|
||||||
void parseCmd();
|
|
||||||
void parse(string input, DBEngine &engine)
|
|
||||||
|
|
Reference in a new issue