This website requires JavaScript.
Explore
Oven
Feed
Help
Sign In
ktyl
/
oglc
Watch
1
Star
0
Fork
You've already forked oglc
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b312d390da
oglc
/
src
/
clock.c
7 lines
82 B
C
Raw
Blame
History
#
include
"clock.h"
float
now
(
)
{
return
(
float
)
SDL_GetTicks
(
)
/
1000.0
;
}
Reference in New Issue
View Git Blame
Copy Permalink