Revision: 2687 http://rigsofrods.svn.sourceforge.net/rigsofrods/?rev=2687&view=rev Author: rorthomas Date: 2012-05-26 03:44:14 +0000 (Sat, 26 May 2012) Log Message: ----------- added collisions
Modified Paths: -------------- trunk/source/main/gameplay/GEnv.h Modified: trunk/source/main/gameplay/GEnv.h =================================================================== --- trunk/source/main/gameplay/GEnv.h 2012-05-26 03:38:03 UTC (rev 2686) +++ trunk/source/main/gameplay/GEnv.h 2012-05-26 03:44:14 UTC (rev 2687) @@ -22,6 +22,7 @@ class RoRFrameListener; class TerrainManager; +class Collisions; class GlobalEnvironment { @@ -34,6 +35,7 @@ RoRFrameListener *framelistener; TerrainManager *terrainManager; + Collisions *collisions; }; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Rigsofrods-devel mailing list Rigsofrods-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rigsofrods-devel