// Copyright Epic Games, Inc. All Rights Reserved. #include "ticks.h" #include #include U64 baue_ticks( void ) { return mach_absolute_time(); }