9 lines
118 B
C
9 lines
118 B
C
|
|
#ifndef USER_INPUT_H
|
|
#define USER_INPUT_H
|
|
#include "ihumandevice.h"
|
|
|
|
extern IHumanDeviceInput *g_pMainInput;
|
|
|
|
#endif
|