#include "AthenaMapLayer.h" void UAthenaMapLayer::SetLocalPlayer(ULocalPlayer* NewLocalPlayer) { } void UAthenaMapLayer::FlashPlayerIcon() { } void UAthenaMapLayer::ClearTouches() { } UAthenaMapLayer::UAthenaMapLayer() { this->LocalPlayer = NULL; }