upiwin/src/sysinput.h

12 lines
228 B
C
Raw Normal View History

#ifndef __SYSINPUT_H_INCLUDED
#define __SYSINPUT_H_INCLUDED
#include "msg_queue.h"
2019-12-01 01:28:10 -07:00
extern MSG_QUEUE volatile *Sys_Queue;
extern int SysEnableInput(void);
extern void SysDisableInput(void);
#endif /* __SYSINPUT_H_INCLUDED */