Link CTimeProvider.cpp

Former-commit-id: ea51b901e8
This commit is contained in:
2022-09-13 22:53:26 -07:00
parent 64fe52845f
commit f4731daebe
5 changed files with 43 additions and 13 deletions

View File

@@ -55,6 +55,7 @@ public:
static const CTransform4f& GetModelMatrix() { return mModelMatrix; }
static float GetSecondsMod900();
static void SetExternalTimeProvider(CTimeProvider* provider);
private:
static CTransform4f mViewMatrix;