#ifndef __SYSINPUT_H_INCLUDED #define __SYSINPUT_H_INCLUDED #include "wintype.h" #include "msg_queue.h" extern PMSG_QUEUE Sys_Queue; extern HRESULT Sys_enable_input(void); #endif /* __SYSINPUT_H_INCLUDED */