src/proto2/Engine.hh
branchno-netsession
changeset 35 e21cfda0edde
parent 25 af75a1894a32
--- a/src/proto2/Engine.hh	Mon Nov 10 21:58:38 2008 +0000
+++ b/src/proto2/Engine.hh	Tue Nov 18 22:58:50 2008 +0000
@@ -37,6 +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);
         
         // run the main loop
         void run (void);