Returns the value from QueryPerformanceCounter. This is the function RakNet uses to represent time. More...
#include "Export.h"
#include "RakNetTime.h"
Go to the source code of this file.
Namespaces | |
namespace | RakNet |
Forward declaration. | |
Functions | |
RakNetTime RAK_DLL_EXPORT | RakNet::GetTime (void) |
Returns the value from QueryPerformanceCounter. This is the function RakNet uses to represent time. Should be renamed GetTimeMS. | |
RakNetTimeUS RAK_DLL_EXPORT | RakNet::GetTimeNS (void) |
RakNetTime RAK_DLL_EXPORT | RakNet::GetTimeMS (void) |
RakNetTimeUS RAK_DLL_EXPORT | RakNet::GetTimeUS (void) |
Returns the value from QueryPerformanceCounter. This is the function RakNet uses to represent time.
This file is part of RakNet Copyright 2003 Jenkins Software LLC
Usage of RakNet is subject to the appropriate license agreement.
Definition in file GetTime.h.