]> Dogcows Code - chaz/yoink/blobdiff - src/moof/network.hh
the massive refactoring effort
[chaz/yoink] / src / moof / network.hh
diff --git a/src/moof/network.hh b/src/moof/network.hh
new file mode 100644 (file)
index 0000000..38502d3
--- /dev/null
@@ -0,0 +1,44 @@
+
+/*]  Copyright (c) 2009-2010, Charles McGarvey  [**************************
+**]  All rights reserved.
+*
+* vi:ts=4 sw=4 tw=75
+*
+* Distributable under the terms and conditions of the 2-clause BSD license;
+* see the file COPYING for a complete text of the license.
+*
+**************************************************************************/
+
+#ifndef _MOOF_NETWORK_HH_
+#define _MOOF_NETWORK_HH_
+
+/**
+ * \file network.hh
+ * Builds a high-level protocol and match-making system on top of network
+ * sockets for multiplayer support.
+ */
+
+#include <string>
+#include <vector>
+
+
+namespace moof {
+
+
+class network_gamer
+{
+};
+
+
+class network_session
+{
+public:
+
+       const std::vector<network_gamer>& gamers();
+};
+
+
+} // namespace moof
+
+#endif // _MOOF_NETWORK_HH_
+
This page took 0.021791 seconds and 4 git commands to generate.