src/proto2/GameState.hh
changeset 180 bfe1077edab3
parent 153 73402d5b778e
child 182 84675387ca74
--- a/src/proto2/GameState.hh	Tue Dec 02 01:46:18 2008 +0000
+++ b/src/proto2/GameState.hh	Wed Dec 03 12:09:42 2008 +0000
@@ -31,10 +31,8 @@
     }
     
     void debugInfo ();
-    
-public:
     virtual void handleMove (PlayerInput_Move input);
-    
+    void shoot (void);
 
 };