mpv/osdep/timer.h

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 */