upiwin/src/sysinput.h

12 lines
223 B
C
Raw Normal View History

#ifndef __SYSINPUT_H_INCLUDED
#define __SYSINPUT_H_INCLUDED
#include "msg_queue.h"
extern PMSG_QUEUE Sys_Queue;
2019-12-01 15:43:05 -07:00
extern int Sys_enable_input(void);
extern void Sys_disable_input(void);
#endif /* __SYSINPUT_H_INCLUDED */