New SDL Includes
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@339
This commit is contained in:
parent
57a8b675d0
commit
10e447ac08
1 changed files with 1 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue