fysxasteroids/engine/ModelBaseGlobal.h

22 lines
523 B
C
Raw Normal View History

2010-04-05 23:38:59 +02:00
#ifndef _MODELGLOBAL_H
#define _MODELGLOBAL_H
namespace Engine {
/** \brief Adds the function callback as command for the given name*/
unsigned int GetPlayerEntityId ();
/** \brief Returns the duration of the frame in seconds */
float GetFrameDuration ();
// /** \brief Starts a timer with the given id that expires after sec seconds */
// void StartTimer(const std::string &id, float sec);
//
// /** \brief Checks whether a timer expired */
// bool CheckTimer(const std::string &id);
2010-04-05 23:38:59 +02:00
}
#endif /* _MODELGLOBAL_H */