build
This commit is contained in:
@@ -11,9 +11,6 @@ class ClientModule : public Archimedes::Module {
|
||||
void onLoad();
|
||||
void run();
|
||||
|
||||
void startClient(std::string);
|
||||
void startServer(unsigned int);
|
||||
|
||||
private:
|
||||
|
||||
};
|
||||
|
||||
@@ -11,9 +11,6 @@ class ServerModule : public Archimedes::Module {
|
||||
void onLoad();
|
||||
void run();
|
||||
|
||||
void startClient(std::string);
|
||||
void startServer(unsigned int);
|
||||
|
||||
private:
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user