Add beginning tests of Network Play
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
#ifndef NETWORKMANAGER_H
|
||||
#define NETWORKMANAGER_H
|
||||
|
||||
#include "SDL_net.h"
|
||||
|
||||
class NetworkManager
|
||||
{
|
||||
public:
|
||||
NetworkManager();
|
||||
~NetworkManager();
|
||||
|
||||
bool Connect();
|
||||
|
||||
private:
|
||||
int i;
|
||||
};
|
||||
|
||||
extern NetworkManager* NETWORKMAN;
|
||||
#endif
|
||||
Reference in New Issue
Block a user