Update of /cvsroot/csp/APPLICATIONS/CSPSim/Include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20515
Modified Files:
GameScreen.h
Log Message:
see CHANGES.current
Index: GameScreen.h
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/Include/GameScreen.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** GameScreen.h 3 Apr 2004 22:17:58 -0000 1.15
--- GameScreen.h 7 Apr 2004 12:53:09 -0000 1.16
***************
*** 120,124 ****
CameraCommand *m_PanLeft,*m_PanRight,*m_PanLeftRightStop;
CameraCommand *m_PanUp,*m_PanDown,*m_PanUpDownStop;
! CameraCommand *m_ZoomIn,*m_ZoomOut,*m_ZoomStop;
MouseCommand* m_Mouse;
CameraCommand* m_CurrentCameraCommand;
--- 120,124 ----
CameraCommand *m_PanLeft,*m_PanRight,*m_PanLeftRightStop;
CameraCommand *m_PanUp,*m_PanDown,*m_PanUpDownStop;
! CameraCommand *m_ZoomIn,*m_ZoomOut,*m_ZoomStop,*m_ZoomStepIn,*m_ZoomStepOut;
MouseCommand* m_Mouse;
CameraCommand* m_CurrentCameraCommand;
|