migrate to c++, all layers done except for data access
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#ifndef PARSER_H
|
||||
#define PARSER_H
|
||||
|
||||
#include "dao.h"
|
||||
|
||||
int parse_args(Dao *dao, int argc, char *argv[]);
|
||||
|
||||
#endif // PARSER_H
|
||||
Reference in New Issue
Block a user