Colobot
|
Object manager. More...
#include "common/singleton.h"
#include "math/const.h"
#include "math/vector.h"
#include "object/object_create_params.h"
#include "object/object_interface_type.h"
#include "object/object_type.h"
#include "object/interface/destroyable_object.h"
#include <map>
#include <vector>
#include <memory>
Classes | |
class | CObjectIteratorProxy |
class | CObjectContainerProxy |
class | CObjectManager |
Manages CObject instances. More... | |
Namespaces | |
Gfx | |
Namespace for (new) graphics code. | |
Typedefs | |
using | CObjectMap = std::map< int, std::unique_ptr< CObject > > |
using | CObjectMapCIt = std::map< int, std::unique_ptr< CObject > >::const_iterator |
Object manager.