common/common.h:

add #include <cvar.h>
move qw_client/cl_cam.c to common/cl_cam.c
This commit is contained in:
Bill Currie 2000-02-10 13:56:47 +00:00
parent fabe501768
commit 314cca66b8
2 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#endif
#include <register_check.h>
#include <qtypes.h>
#include <cvar.h>
#define MAX_INFO_STRING 196
#define MAX_SERVERINFO_STRING 512