Update of /cvsroot/gcblue/gcb_wx/include/graphics
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20399/include/graphics
Modified Files:
tcMapView.h
Log Message:
Sonar work, passive sonar, torpedoes
Index: tcMapView.h
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/include/graphics/tcMapView.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** tcMapView.h 23 Nov 2004 23:30:46 -0000 1.6
--- tcMapView.h 5 Dec 2004 02:49:46 -0000 1.7
***************
*** 362,365 ****
--- 362,366 ----
osg::Geometry* DrawNTDSMissile(teAffiliation affil);
osg::Geometry* DrawNTDSSubsurface(teAffiliation affil);
+ osg::Geometry* DrawNTDSTorpedo(teAffiliation affil);
osg::Geometry* DrawNTDSUnknown(teAffiliation affil);
|