31 #include "common/list.h" 32 #include "hpl1/engine/system/SystemTypes.h" 33 #include "common/stablemap.h" 54 void OnPostSceneDraw();
56 void OnPostBufferSwap();
60 void Update(
float afTimeStep);
100 tUpdateContainerMap m_mapUpdateContainer;
104 tUpdateableList *mpCurrentUpdates;
105 tUpdateableList mlstGlobalUpdateableList;
110 #endif // HPL_UPDATER_H
bool AddContainer(tString asName)
tString GetCurrentContainerName()
typename TreeT::BasicIterator iterator
Definition: stablemap.h:48
bool AddUpdate(tString asContainer, iUpdateable *apUpdate)
ListInternal::Iterator< t_T > iterator
Definition: list.h:52
Definition: Updateable.h:35
bool AddGlobalUpdate(iUpdateable *apUpdate)
Definition: low_level_system.h:95
bool SetContainer(tString asContainer)