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
Documentation not clear enough? Please go to one of the places listed on http://www.libgosu.org/ and leave feedback. Thanks!