X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FMoof%2FNetwork.hh;fp=src%2FMoof%2FNetwork.hh;h=314b9a7af60bdeca1ae7050d1912d4e4a71eb3f8;hp=0000000000000000000000000000000000000000;hb=41f8dd670e963aad94527ce2be0486268993a477;hpb=40755d4c6251206c18ce4784967d3a910cee096f diff --git a/src/Moof/Network.hh b/src/Moof/Network.hh new file mode 100644 index 0000000..314b9a7 --- /dev/null +++ b/src/Moof/Network.hh @@ -0,0 +1,38 @@ + +/*] 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_ + +#include +#include + + +namespace Mf { + + +class NetworkGamer +{ +}; + + +class NetworkSession +{ +public: + + const std::vector& gamers(); +}; + + +} // namespace Mf + +#endif // _MOOF_NETWORK_HH_ +