mirror of
https://github.com/mpv-player/mpv
synced 2025-02-12 18:07:12 +00:00
13 lines
227 B
C
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 */
|