0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00
mpv/osdep/timer.h
Uoti Urpala f800a42e45 osdep: Remove cruft
Delete some commented out or otherwise unused lines.
2008-04-28 12:18:48 +03:00

13 lines
227 B
C

#ifndef MPLAYER_TIMER_H
#define MPLAYER_TIMER_H
extern const char timer_name[];
void InitTimer(void);
unsigned int GetTimer(void);
unsigned int GetTimerMS(void);
int usec_sleep(int usec_delay);
#endif /* MPLAYER_TIMER_H */