gzdoom/code/djgpp/I_input.h
1999-02-17 00:00:00 +00:00

14 lines
206 B
C

#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