mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-22 12:11:34 +00:00
added #include's for cl_input.h and view.h so it will now compile again
This commit is contained in:
parent
4aacab9013
commit
760c9996d4
1 changed files with 2 additions and 0 deletions
|
@ -43,6 +43,8 @@
|
|||
#include "qargs.h"
|
||||
#include "cmd.h"
|
||||
#include "input.h"
|
||||
#include "cl_input.h"
|
||||
#include "view.h"
|
||||
//#include "dosisms.h"
|
||||
|
||||
#define DINPUT_BUFFERSIZE 16
|
||||
|
|
Loading…
Reference in a new issue