colobot/src/object
erihel 41fa8458c2 Some Ui refactoring 2013-06-24 22:09:39 +02:00
..
auto Some Ui refactoring 2013-06-24 22:09:39 +02:00
motion Fixed variable shadowing warnings 2013-05-27 22:29:42 +02:00
task Some Ui refactoring 2013-06-24 22:09:39 +02:00
README.txt Fixed code formatting 2013-05-27 10:19:16 +02:00
brain.cpp Some Ui refactoring 2013-06-24 22:09:39 +02:00
brain.h Some Ui refactoring 2013-06-24 22:09:39 +02:00
mainmovie.cpp Fixed code formatting 2013-05-27 10:19:16 +02:00
mainmovie.h CInstanceManager refactoring 2013-02-17 12:11:56 +01:00
object.cpp Some Ui refactoring 2013-06-24 22:09:39 +02:00
object.h Some Ui refactoring 2013-06-24 22:09:39 +02:00
objman.cpp Fixed code formatting 2013-05-27 10:19:16 +02:00
objman.h Fixed code formatting 2013-05-27 10:19:16 +02:00
robotmain.cpp Some Ui refactoring 2013-06-24 22:09:39 +02:00
robotmain.h Some Ui refactoring 2013-06-24 22:09:39 +02:00

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.
 */