Timing.hpp
Go to the documentation of this file.
1 
4 #ifndef GOSU_TIMING_HPP
5 #define GOSU_TIMING_HPP
6 
7 namespace Gosu
8 {
10  void sleep(unsigned milliseconds);
11 
13  unsigned long milliseconds();
14 }
15 
16 #endif
unsigned long milliseconds()
Incrementing, possibly wrapping millisecond timer.
void sleep(unsigned milliseconds)
Freezes the current thread for at least the specified time.