Created empty TCPNetworkManager; needs work, I don't even like the name
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#ifndef SERVER_HPP_
|
||||
#define SERVER_HPP_
|
||||
|
||||
class Server {
|
||||
public:
|
||||
Server();
|
||||
~Server();
|
||||
|
||||
void Init();
|
||||
void Proc();
|
||||
void Quit();
|
||||
private:
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user