1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-24 12:13:16 +00:00

Added missing extern

This commit is contained in:
Bryan Roe
2022-03-16 01:44:24 -07:00
parent 876eafa72c
commit 01a3cfb13b

View File

@@ -238,6 +238,7 @@ void MouseAction(double absX, double absY, int button, short wheel)
extern int set_kbd_state(int state);
extern int get_kbd_state();
extern ILibQueue g_messageQ;
void KeyAction(unsigned char vk, int up)
{
//ILIBLOGMESSAGEX("NORMAL: %u [%d]", vk, up);