21 #ifndef GF_MODEL_CONTAINER_H
22 #define GF_MODEL_CONTAINER_H
29 #ifndef DOXYGEN_SHOULD_SKIP_THIS
83 std::vector<
Model *> m_models;
86 #ifndef DOXYGEN_SHOULD_SKIP_THIS
Model * removeModel(Model *model)
Remove a model from the collection.
A collection of models.
Definition: ModelContainer.h:52
A game object that can be updated.
Definition: Model.h:45
void update(float dt)
Update the models.
#define GF_API
Definition: Portability.h:35
void addModel(Model &model)
Add a model to the collection.