From: <mk...@us...> - 2003-07-22 15:48:54
|
Update of /cvsroot/csp/APPLICATIONS/CSPSim/Include In directory sc8-pr-cvs1:/tmp/cvs-serv14821/Include Modified Files: Theater.h Log Message: Index: Theater.h =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/Include/Theater.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Theater.h 30 Jun 2003 22:29:15 -0000 1.5 --- Theater.h 22 Jul 2003 15:48:51 -0000 1.6 *************** *** 90,94 **** * Get the TerrainObject used by the theater. */ ! inline simdata::Ref<TerrainObject> getTerrain() { return m_Terrain; } virtual void postCreate(); --- 90,94 ---- * Get the TerrainObject used by the theater. */ ! simdata::Ref<TerrainObject> getTerrain(); virtual void postCreate(); |