forked from aya/aya
Initial commit
This commit is contained in:
17
engine/3d/src/RbxTime.hpp
Normal file
17
engine/3d/src/RbxTime.hpp
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef AYA_TIME_H
|
||||
#define AYA_TIME_H
|
||||
#include "G3DGameUnits.hpp"
|
||||
|
||||
namespace Aya
|
||||
{
|
||||
class RbxTime
|
||||
{
|
||||
public:
|
||||
static G3D::RealTime getTick();
|
||||
|
||||
private:
|
||||
static G3D::RealTime m_startTime;
|
||||
};
|
||||
} // namespace Aya
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user