![]() * removed classes managed by CInstanceManager except for CObject, CPyro, CBrain and CPhysics because of dependencies * refactored instance searching to use existing singleton instances of CApplication, CEngine and CRobotMain and calling their getter functions |
||
---|---|---|
.. | ||
auto | ||
motion | ||
task | ||
README.txt | ||
brain.cpp | ||
brain.h | ||
mainmovie.cpp | ||
mainmovie.h | ||
object.cpp | ||
object.h | ||
robotmain.cpp | ||
robotmain.h |
README.txt
/** * \dir src/object * \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. */