Files
funnygame/game/client/userinput.h
2026-03-06 01:43:48 +02:00

9 lines
118 B
C

#ifndef USER_INPUT_H
#define USER_INPUT_H
#include "ihumandevice.h"
extern IHumanDeviceInput *g_pMainInput;
#endif