Timing.hpp
Go to the documentation of this file.
1 
2 
3 
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