Colobot
|
Instance manager for managed classes. More...
#include "common/singleton.h"
Go to the source code of this file.
Classes | |
struct | ManagedClassInstances |
Instances of class managed by CInstanceManager. More... | |
class | CInstanceManager |
Manager for instances of certain classes. More... | |
Enumerations | |
enum | ManagedClassType { CLASS_PHYSICS = 0, CLASS_BRAIN = 1, CLASS_PYRO = 2, CLASS_MAX = 3 } |
Type of class managed by CInstanceManager. More... | |
Instance manager for managed classes.
enum ManagedClassType |
Type of class managed by CInstanceManager.
Enumerator | |
---|---|
CLASS_PHYSICS | |
CLASS_BRAIN | |
CLASS_PYRO | |
CLASS_MAX |
Maximum (number of managed classes) |