Add LiGetMillis() for clients to use for latency calculation

This commit is contained in:
Cameron Gutman
2018-09-25 00:47:22 -07:00
parent b2ebba2167
commit dd7820f100
5 changed files with 15 additions and 7 deletions

View File

@@ -2,7 +2,6 @@
#include <stdlib.h>
#include <string.h>
#include <stdint.h>
#ifdef _WIN32
#define WIN32_LEAN_AND_MEAN
@@ -63,4 +62,4 @@
int initializePlatform(void);
void cleanupPlatform(void);
uint64_t PltGetMillis(void);
unsigned long long PltGetMillis(void);