JNGL
Easy to use cross-platform 2D game library
Loading...
Searching...
No Matches
Namespaces | Functions
time.hpp File Reference

Timing functions. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  jngl
 JNGL's main namespace.
 

Functions

double getTime ()
 Returns seconds that have passed since program start.
 
void sleep (int milliseconds)
 Sleep current thread for milliseconds. More...
 

Detailed Description

Timing functions.

Definition in file time.hpp.