mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-10 14:42:06 +00:00
common/common.h:
add #include <cvar.h> move qw_client/cl_cam.c to common/cl_cam.c
This commit is contained in:
parent
fabe501768
commit
314cca66b8
2 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue