dir structure changed
This commit is contained in:
18
src/system/system.hpp
Normal file
18
src/system/system.hpp
Normal file
@@ -0,0 +1,18 @@
|
||||
#ifndef _SYSTEM_HPP_
|
||||
#define _SYSTEM_HPP_
|
||||
|
||||
#include "connect.hpp"
|
||||
#include "modules.hpp"
|
||||
|
||||
|
||||
class System
|
||||
{
|
||||
Modules *mods;
|
||||
Connections *conns;
|
||||
|
||||
public:
|
||||
System(void);
|
||||
void add_mentor(std::ifstream lines);
|
||||
};
|
||||
|
||||
#endif // _SYSTEM_HPP_
|
||||
Reference in New Issue
Block a user