]> Dogcows Code - chaz/yoink/blob - src/Moof/Network.hh
more explicit constructors
[chaz/yoink] / src / Moof / Network.hh
1
2 /*] Copyright (c) 2009-2010, Charles McGarvey [**************************
3 **] All rights reserved.
4 *
5 * vi:ts=4 sw=4 tw=75
6 *
7 * Distributable under the terms and conditions of the 2-clause BSD license;
8 * see the file COPYING for a complete text of the license.
9 *
10 **************************************************************************/
11
12 #ifndef _MOOF_NETWORK_HH_
13 #define _MOOF_NETWORK_HH_
14
15 #include <string>
16 #include <vector>
17
18
19 namespace Mf {
20
21
22 class NetworkGamer
23 {
24 };
25
26
27 class NetworkSession
28 {
29 public:
30
31 const std::vector<NetworkGamer>& gamers();
32 };
33
34
35 } // namespace Mf
36
37 #endif // _MOOF_NETWORK_HH_
38
This page took 0.033937 seconds and 4 git commands to generate.