This website requires JavaScript.
Explore
Oven
Feed
Help
Sign In
ktyl
/
oglc
Watch
1
Star
0
Fork
0
You've already forked oglc
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
oglc
/
src
/
clock.c
7 lines
82 B
C
Raw
Normal View
History
Unescape
Escape
add plane and some randomness
2021-08-08 16:47:25 +01:00
#
include
"clock.h"
extract time to file
2021-08-07 03:44:08 +01:00
float
now
(
)
{
return
(
float
)
SDL_GetTicks
(
)
/
1000.0
;
}
Reference in New Issue
Copy Permalink