fysxasteroids/engine/ModelBaseGlobal.h

16 lines
292 B
C++

#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 ();
}
#endif /* _MODELGLOBAL_H */