Main Page
Namespaces
Classes
Files
File List
File Members
Gosu
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
Gosu::milliseconds
unsigned long milliseconds()
Incrementing, possibly wrapping millisecond timer.
Gosu::sleep
void sleep(unsigned milliseconds)
Freezes the current thread for at least the specified time.