#include "UtilPrereqs.h"
Namespaces | |
namespace | orxonox |
Functions | |
void | orxonox::msleep (unsigned long milliseconds) |
Makes the thread sleep for a few milliseconds. | |
void | orxonox::sleep (unsigned long seconds) |
Makes the thread sleep for a few seconds. | |
void | orxonox::usleep (unsigned long microseconds) |
Makes the thread sleep for a few microseconds. |