Added include host.h

This commit is contained in:
Dabb 2000-12-05 20:29:15 +00:00
parent ab4f4f7d2b
commit 0dd34a3e20
7 changed files with 7 additions and 1 deletions

View file

@ -45,6 +45,7 @@
#include "cl_input.h"
#include "view.h"
//#include "dosisms.h"
#include "host.h"
#define DINPUT_BUFFERSIZE 16
#define iDirectInputCreate(a,b,c,d) pDirectInputCreate(a,b,c,d)