Added information about packages installed
This commit is contained in:
17
controller_info.h
Normal file
17
controller_info.h
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef CONTROLLER_INFO_H
|
||||
#define CONTROLLER_INFO_H
|
||||
|
||||
#include "session_manager.h"
|
||||
#include "view_info.h"
|
||||
|
||||
class controller_info
|
||||
{
|
||||
public:
|
||||
controller_info(view_info *view, session_manager *sesion);
|
||||
private:
|
||||
view_info *view;
|
||||
session_manager *sesion;
|
||||
void load_info();
|
||||
};
|
||||
|
||||
#endif // CONTROLLER_INFO_H
|
||||
Reference in New Issue
Block a user