add user list

This commit is contained in:
2020-05-20 00:09:18 +02:00
parent 4fc3d964ce
commit 021139d669
12 changed files with 115 additions and 15 deletions

View File

@@ -12,6 +12,7 @@ private:
view_info *view;
session_manager *sesion;
void load_info();
std::string get_first(std::string &info);
};
#endif // CONTROLLER_INFO_H