21 #ifndef GF_MODEL_CONTAINER_H    22 #define GF_MODEL_CONTAINER_H    26 #include "Portability.h"    30 #ifndef DOXYGEN_SHOULD_SKIP_THIS    62     void update(
Time time);
    72     void addModel(
Model& model);
    84     std::vector<Model *> m_models;
    87 #ifndef DOXYGEN_SHOULD_SKIP_THIS    92 #endif // GF_MODEL_CONTAINER_H 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