summaryrefslogtreecommitdiff
path: root/Runtime/Core/Callbacks/PlayerLoopCallbacks.cpp
blob: 072a427e1e64dec7c8254d6c850710febff23dae (plain)
1
2
3
4
5
6
7
8
9
#include "UnityPrefix.h"
#include "PlayerLoopCallbacks.h"

PlayerLookCallbacks gPlayerLoopCallbacks;

PlayerLookCallbacks::PlayerLookCallbacks ()
{
	memset(this, 0, sizeof(PlayerLookCallbacks));
}