changeset 58 | a53f5ad69500 |
parent 56 | 38f269310f77 |
--- a/src/proto2/Engine.hh Tue Nov 18 19:42:01 2008 +0000 +++ b/src/proto2/Engine.hh Tue Nov 18 19:59:43 2008 +0000 @@ -37,8 +37,7 @@ // setting up both of these will lead to odd behaviour :) void setupNetworkServer (const std::string &listen_port); void setupNetworkClient (const std::string &connect_host, const std::string &connect_port); - - void setupSinglePlayer(void); + void setupSinglePlayer (void); // run the main loop void run (void);