diff options
Diffstat (limited to 'Src/Plugins/Input/in_mp3/pdtimer.h')
-rw-r--r-- | Src/Plugins/Input/in_mp3/pdtimer.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Src/Plugins/Input/in_mp3/pdtimer.h b/Src/Plugins/Input/in_mp3/pdtimer.h new file mode 100644 index 00000000..1c0da887 --- /dev/null +++ b/Src/Plugins/Input/in_mp3/pdtimer.h @@ -0,0 +1,9 @@ +#ifndef NULLSOFT_PDTIMERH +#define NULLSOFT_PDTIMERH + +#include <windows.h> + +__int64 pdReadResolution(void); +__int64 pdReadTimer(void); + +#endif
\ No newline at end of file |