view linux/timer.h @ 4720:10ad330c1733

fixed WAV demuxer so that it skips to the actual start of the audio data
author melanson
date Sat, 16 Feb 2002 05:45:16 +0000
parents 7bb8f7905000
children df50da00260a
line wrap: on
line source


void InitTimer();
unsigned int GetTimer();
unsigned int GetTimerMS();
//int uGetTimer();
float GetRelativeTime();

int usec_sleep(int usec_delay);