1
0
Fork 0

New SDL Includes

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@339
This commit is contained in:
Sjoerd van der Berg 2002-10-18 09:08:47 +00:00
parent 57a8b675d0
commit 10e447ac08

View file

@ -19,7 +19,7 @@
#ifndef _TIMER_H_
#define _TIMER_H_
/* underlying clock rate in HZ */
#include <SDL/SDL.h>
#include <SDL.h>
extern Bit32u LastTicks;
@ -27,8 +27,6 @@ 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);