Update of /cvsroot/csp/APPLICATIONS/CSPSim/Source
In directory sc8-pr-cvs1:/tmp/cvs-serv14660/Source
Modified Files:
Theater.cpp
Log Message:
Index: Theater.cpp
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/Source/Theater.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Theater.cpp 18 Jul 2003 21:18:16 -0000 1.4
--- Theater.cpp 22 Jul 2003 15:48:06 -0000 1.5
***************
*** 60,61 ****
--- 60,65 ----
}
+ simdata::Ref<TerrainObject> Theater::getTerrain() {
+ return m_Terrain;
+ }
+
|