Update of /cvsroot/csp/APPLICATIONS/CSPSim/Include
In directory sc8-pr-cvs1:/tmp/cvs-serv491/Include
Modified Files:
AircraftObject.h ScreenInfo.h
Log Message:
see CHANGES.current
Index: AircraftObject.h
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/Include/AircraftObject.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** AircraftObject.h 18 Apr 2003 20:29:13 -0000 1.9
--- AircraftObject.h 18 Apr 2003 20:59:55 -0000 1.10
***************
*** 122,128 ****
// dynamic properties
! double m_roll;
! double m_pitch;
! double m_heading;
// control inputs
--- 122,128 ----
// dynamic properties
! double m_Roll;
! double m_Pitch;
! double m_Heading;
// control inputs
Index: ScreenInfo.h
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/Include/ScreenInfo.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** ScreenInfo.h 18 Apr 2003 20:29:13 -0000 1.3
--- ScreenInfo.h 18 Apr 2003 20:59:55 -0000 1.4
***************
*** 30,34 ****
#include <osgText/Text>
! #include <simdata/Types.h>
#include "DynamicObject.h"
--- 30,34 ----
#include <osgText/Text>
! #include <SimData/Types.h>
#include "DynamicObject.h"
|