input.h: add InitCoreDevices prototype
This commit is contained in:
parent
1c2cb30cd8
commit
c14036977f
|
@ -167,6 +167,8 @@ typedef struct _InputOption {
|
||||||
struct _InputOption *next;
|
struct _InputOption *next;
|
||||||
} InputOption;
|
} InputOption;
|
||||||
|
|
||||||
|
extern void InitCoreDevices(void);
|
||||||
|
|
||||||
extern DeviceIntPtr AddInputDevice(
|
extern DeviceIntPtr AddInputDevice(
|
||||||
DeviceProc /*deviceProc*/,
|
DeviceProc /*deviceProc*/,
|
||||||
Bool /*autoStart*/);
|
Bool /*autoStart*/);
|
||||||
|
|
Loading…
Reference in New Issue