ppsspp/Common/TimeUtil.h

8 lines
155 B
C
Raw Normal View History

2012-03-24 22:39:19 +00:00
#pragma once
// Seconds.
double time_now_d();
2012-03-31 09:16:13 +00:00
// Sleep. Does not necessarily have millisecond granularity, especially on Windows.
2012-03-24 22:39:19 +00:00
void sleep_ms(int ms);