Gems/Gestures

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-07-13 14:15:38 -07:00
parent 7000fe8c9c
commit 31a9f22d38
16 changed files with 6 additions and 34 deletions
+2 -1
View File
@@ -6,7 +6,8 @@
*/
#pragma once
#include <ITimer.h>
#include <CryCommon/ITimer.h>
#include <CryCommon/ISerialize.h>
//! Simple stub timer that exposes a single simple interface for setting the current time.
class StubTimer
+2
View File
@@ -11,6 +11,8 @@
#pragma once
#include <CryCommon/BaseTypes.h>
#include <CryCommon/platform.h>
class CTimeValue
{