21 #ifndef GF_MODEL_CONTAINER_H    22 #define GF_MODEL_CONTAINER_H    30 #ifndef DOXYGEN_SHOULD_SKIP_THIS    84     std::vector<Model *> m_models;
    87 #ifndef DOXYGEN_SHOULD_SKIP_THIS Model * removeModel(Model *model)
Remove a model from the collection. 
 
Represents a time value. 
Definition: Time.h:73
 
A collection of models. 
Definition: ModelContainer.h:53
 
A game object that can be updated. 
Definition: Model.h:46
 
The namespace for gf classes. 
Definition: Action.h:34
 
void update(Time time)
Update the models. 
 
#define GF_API
Definition: Portability.h:35
 
void addModel(Model &model)
Add a model to the collection.