added keybinds

This commit is contained in:
2026-03-06 01:43:48 +02:00
parent 99f68e655f
commit 9b4cec7920
15 changed files with 242 additions and 55 deletions

8
game/client/userinput.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef USER_INPUT_H
#define USER_INPUT_H
#include "ihumandevice.h"
extern IHumanDeviceInput *g_pMainInput;
#endif