1
mirror of https://github.com/mpv-player/mpv synced 2024-12-28 06:03:45 +01:00

sleep stuff moved to linux/timertimer-lx.c

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2267 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2001-10-19 00:16:13 +00:00
parent 6ab3523b14
commit 49ad591e4c

View File

@ -4,3 +4,5 @@ unsigned int GetTimer();
//int uGetTimer();
float GetRelativeTime();
int usec_sleep(int usec_delay);