mirror of
https://github.com/celisej567/cool-source-archive.git
synced 2026-09-04 15:33:19 +03:00
5 lines
96 B
C++
5 lines
96 B
C++
#include "cbase.h"
|
|
#include "input.h"
|
|
|
|
static CInput g_Input;
|
|
IInput* input = (IInput*)&g_Input; |