gzdoom/code/djgpp/I_input.h

15 lines
206 B
C
Raw Normal View History

1999-02-17 00:00:00 +00:00
#ifndef __I_INPUT_H__
#define __I_INPUT_H__
#include "doomtype.h"
extern int KeyRepeatRate;
extern int KeyRepeatDelay;
BOOL I_InitInput(void);
void I_ShutdownInput(void);
void I_GetEvent(void);
#endif