mirror of
https://github.com/edubart/otclient.git
synced 2025-10-20 06:23:26 +02:00
OpenGL in prerequesites
This commit is contained in:
@@ -31,9 +31,6 @@
|
||||
|
||||
#include <physfs.h>
|
||||
|
||||
#include <GL/gl.h>
|
||||
#include <GL/glext.h>
|
||||
|
||||
LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
|
||||
|
||||
struct Win32PlatformPrivate {
|
||||
@@ -246,7 +243,7 @@ int Platform::getTicks()
|
||||
static ulong firstTick = 0;
|
||||
if(!firstTick)
|
||||
firstTick = GetTickCount();
|
||||
|
||||
|
||||
return (uint32_t)(GetTickCount() - firstTick);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user