This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
Merge branch 'master' into develop
# Conflicts: # src/gestures.c # src/makefile
pull/83/head
Ray
9 years ago
parent
98c60838fe
f582ab06ad
commit
954ced21a4
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/gestures.c
+ 1
- 0
src/gestures.c
View File
@ -39,6 +39,7 @@
int
__stdcall
QueryPerformanceCounter
(
unsigned
long
long
int
*
lpPerformanceCount
)
;
int
__stdcall
QueryPerformanceFrequency
(
unsigned
long
long
int
*
lpFrequency
)
;
#
elif defined(__linux)
#
include
<sys/time.h> // Declares storage size of ‘now’
#
include
<time.h> // Used for clock functions
#
endif
Write
Preview
Loading…
Cancel
Save