2019-12-01 01:02:08 -07:00
|
|
|
#ifndef __SYSINPUT_H_INCLUDED
|
|
|
|
#define __SYSINPUT_H_INCLUDED
|
|
|
|
|
2019-12-05 18:21:37 -07:00
|
|
|
#include "wintype.h"
|
2019-12-01 01:02:08 -07:00
|
|
|
#include "msg_queue.h"
|
|
|
|
|
2019-12-01 01:36:07 -07:00
|
|
|
extern PMSG_QUEUE Sys_Queue;
|
2019-12-09 13:29:37 -07:00
|
|
|
extern INT32 Sys_Exit_Code;
|
2019-12-01 01:02:08 -07:00
|
|
|
|
2019-12-05 18:21:37 -07:00
|
|
|
extern HRESULT Sys_enable_input(void);
|
2019-12-09 11:18:24 -07:00
|
|
|
extern void Sys_wait_for_input(void);
|
2019-12-01 01:02:08 -07:00
|
|
|
|
|
|
|
#endif /* __SYSINPUT_H_INCLUDED */
|