colobot/src/object
Michał Konopacki 6892d37a4f [src/object/auto] Folder rewritten 2012-09-09 14:28:19 +02:00
..
auto [src/object/auto] Folder rewritten 2012-09-09 14:28:19 +02:00
motion Changed GivAttrName() to GetAttrName() 2012-08-11 20:59:35 +02:00
task Removed trailing whitespace 2012-06-26 23:01:17 +02:00
README.txt Documentation update 2012-08-11 18:39:16 +02:00
brain.cpp Removed trailing whitespace 2012-06-26 23:01:17 +02:00
brain.h Whitespace and language change 2012-06-26 22:23:05 +02:00
mainmovie.cpp Whitespace and language change 2012-06-26 22:23:05 +02:00
mainmovie.h Whitespace and language change 2012-06-26 22:23:05 +02:00
object.cpp Changed GivAttrName() to GetAttrName() 2012-08-11 20:59:35 +02:00
object.h Move ObjectType enum to a separate file 2012-08-25 13:47:48 +04:00
object_ids.h Move ObjectType enum to a separate file 2012-08-25 13:47:48 +04:00
robotmain.cpp Merge pull request #37 from konopackim/dev 2012-08-13 08:46:03 -07:00
robotmain.h Whitespace and language change 2012-06-26 22:23:05 +02:00

README.txt

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