Alex Bikfalvi
You are here: Home > Projects > SimStream > Documentation
00001 #include "Headers.h" 00002 #include "Object.h" 00003 00004 CObject::CObject( 00005 CSimHandler* sim 00006 ) 00007 { 00008 assert(sim); 00009 this->sim = sim; 00010 }
Last updated: February 8, 2011