upiwin/src/sysinput.h

12 lines
219 B
C

#ifndef __SYSINPUT_H_INCLUDED
#define __SYSINPUT_H_INCLUDED
#include "msg_queue.h"
extern PMSG_QUEUE Sys_Queue;
extern int SysEnableInput(void);
extern void SysDisableInput(void);
#endif /* __SYSINPUT_H_INCLUDED */