summaryrefslogtreecommitdiff
path: root/Runtime/Core/Callbacks/PlayerLoopCallbacks.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Runtime/Core/Callbacks/PlayerLoopCallbacks.cpp')
-rw-r--r--Runtime/Core/Callbacks/PlayerLoopCallbacks.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/Runtime/Core/Callbacks/PlayerLoopCallbacks.cpp b/Runtime/Core/Callbacks/PlayerLoopCallbacks.cpp
new file mode 100644
index 0000000..072a427
--- /dev/null
+++ b/Runtime/Core/Callbacks/PlayerLoopCallbacks.cpp
@@ -0,0 +1,9 @@
+#include "UnityPrefix.h"
+#include "PlayerLoopCallbacks.h"
+
+PlayerLookCallbacks gPlayerLoopCallbacks;
+
+PlayerLookCallbacks::PlayerLookCallbacks ()
+{
+ memset(this, 0, sizeof(PlayerLookCallbacks));
+} \ No newline at end of file