comparison osdep/timer.h @ 12954:f9755d9c479a

Native darwin timer update. Patch by Dan Christiansen <danchr@daimi.au.dk>
author wight
date Wed, 04 Aug 2004 15:48:43 +0000
parents edfe34c5405d
children f580a7755ac5
comparison
equal deleted inserted replaced
12953:27e983508347 12954:f9755d9c479a
1 #ifndef __TIMER_H 1 #ifndef __TIMER_H
2 #define __TIMER_H 2 #define __TIMER_H
3
4 extern const char *timer_name;
3 5
4 void InitTimer(); 6 void InitTimer();
5 unsigned int GetTimer(); 7 unsigned int GetTimer();
6 unsigned int GetTimerMS(); 8 unsigned int GetTimerMS();
7 //int uGetTimer(); 9 //int uGetTimer();