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=0000000000000000000000000000000000000000;hp=314b9a7af60bdeca1ae7050d1912d4e4a71eb3f8;hb=831f04d4bc19a390415ac0bbac4331c7a65509bc;hpb=299af4f2047e767e5d79501c26444473bda64c64 diff --git a/src/Moof/Network.hh b/src/Moof/Network.hh deleted file mode 100644 index 314b9a7..0000000 --- a/src/Moof/Network.hh +++ /dev/null @@ -1,38 +0,0 @@ - -/*] 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_ -