Colobot
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
object Directory Reference

Game engine.

More...

Directory dependency graph for object:
/build/colobot-d245ML/colobot-0.1.3/src/object

Directories

directory  auto
 
directory  motion
 
directory  task
 

Files

file  brain.cpp
 
file  brain.h [code]
 CBrain - dispatches commands to objects.
 
file  mainmovie.cpp
 
file  mainmovie.h [code]
 CMainMovie - control over movie sequences.
 
file  object.cpp
 
file  object.h [code]
 CObject - base class for all game objects.
 
file  objman.cpp
 
file  objman.h [code]
 Instance manager for objects.
 
file  robotmain.cpp
 
file  robotmain.h [code]
 CRobotMain - main class of Colobot game engine.
 

Detailed Description

Game engine.

Contains the main class of game engine - CRobotMain and the various in-game objects: CObject and related auto, motion and task subclasses.