src/proto2/NetworkClient.hh
changeset 26 5685602aeb9c
parent 25 af75a1894a32
child 35 e21cfda0edde
child 54 b8b043ba0abd
--- a/src/proto2/NetworkClient.hh	Sun Nov 09 21:51:13 2008 +0000
+++ b/src/proto2/NetworkClient.hh	Sun Nov 09 22:02:03 2008 +0000
@@ -5,9 +5,13 @@
 #include "GameState.hh"
 
 // forward-declare
+class NetworkClientLocalPlayer;
 class NetworkClientRemotePlayer;
 
 class NetworkClient : public NetworkCore {
+    friend class NetworkClientLocalPlayer;
+    friend class NetworkClientRemotePlayer;
+
     private:
         CL_NetComputer server;