upiwin/src/sysinput.h
2019-12-06 22:08:34 -07:00

12 lines
211 B
C

#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 */