2012-08-11 16:39:16 +00:00
|
|
|
/**
|
2012-09-27 18:43:20 +00:00
|
|
|
* \dir src/object
|
2012-08-11 16:39:16 +00:00
|
|
|
* \brief Game engine
|
|
|
|
*
|
|
|
|
* Contains the main class of game engine - CRobotMain and the various in-game objects:
|
|
|
|
* CObject and related auto, motion and task subclasses.
|
2012-09-27 18:43:20 +00:00
|
|
|
*/
|
2013-05-26 15:47:54 +00:00
|
|
|
|