mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-31 03:09:17 -05:00
Merge branch 'master' into develop
# Conflicts: # src/gestures.c # src/makefile
This commit is contained in:
@ -39,6 +39,7 @@
|
|||||||
int __stdcall QueryPerformanceCounter(unsigned long long int *lpPerformanceCount);
|
int __stdcall QueryPerformanceCounter(unsigned long long int *lpPerformanceCount);
|
||||||
int __stdcall QueryPerformanceFrequency(unsigned long long int *lpFrequency);
|
int __stdcall QueryPerformanceFrequency(unsigned long long int *lpFrequency);
|
||||||
#elif defined(__linux)
|
#elif defined(__linux)
|
||||||
|
#include <sys/time.h> // Declares storage size of ‘now’
|
||||||
#include <time.h> // Used for clock functions
|
#include <time.h> // Used for clock functions
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user