static void suspend_time();
Suspend the time. get_time() will continue to return the same value until resume_time() is called.
Back to index