Timing.hpp
Go to the documentation of this file.
00001 
00002 
00003 
00004 #ifndef GOSU_TIMING_HPP
00005 #define GOSU_TIMING_HPP
00006 
00007 namespace Gosu
00008 {
00010     void sleep(unsigned milliseconds);
00011 
00013     unsigned long milliseconds();
00014 }
00015 
00016 #endif