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 <map>
#include <vector>
#include <memory>
Go to the source code of this file.
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.