mirror of
https://github.com/Ylianst/MeshAgent
synced 2026-01-05 01:54:00 +00:00
Added missing extern
This commit is contained in:
@@ -238,6 +238,7 @@ void MouseAction(double absX, double absY, int button, short wheel)
|
|||||||
|
|
||||||
extern int set_kbd_state(int state);
|
extern int set_kbd_state(int state);
|
||||||
extern int get_kbd_state();
|
extern int get_kbd_state();
|
||||||
|
extern ILibQueue g_messageQ;
|
||||||
void KeyAction(unsigned char vk, int up)
|
void KeyAction(unsigned char vk, int up)
|
||||||
{
|
{
|
||||||
//ILIBLOGMESSAGEX("NORMAL: %u [%d]", vk, up);
|
//ILIBLOGMESSAGEX("NORMAL: %u [%d]", vk, up);
|
||||||
|
|||||||
Reference in New Issue
Block a user