1
0
Fork 0

New timer code

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@263
This commit is contained in:
Sjoerd van der Berg 2002-09-07 12:06:43 +00:00
parent 0809de690d
commit 79f9d333b3

View file

@ -24,6 +24,8 @@
extern Bit32u LastTicks;
#define GetTicks() SDL_GetTicks()
extern bool TimerAgain;
typedef void (*TIMER_TickHandler)(Bitu ticks);
typedef void (*TIMER_MicroHandler)(void);
typedef void (*TIMER_DelayHandler)(void);