21 #ifndef GF_MODEL_CONTAINER_H    22 #define GF_MODEL_CONTAINER_H    26 #include "Portability.h"    31 #ifndef DOXYGEN_SHOULD_SKIP_THIS    63     void update(
Time time);
    73     void addModel(
Model& model);
    85     std::vector<Ref<Model>> m_models;
    88 #ifndef DOXYGEN_SHOULD_SKIP_THIS    93 #endif // GF_MODEL_CONTAINER_H Represents a time value. 
Definition: Time.h:74
 
A collection of models. 
Definition: ModelContainer.h:54
 
A game object that can be updated. 
Definition: Model.h:46
 
The namespace for gf classes. 
Definition: Action.h:35