#include audit

This commit is contained in:
Bill Currie 2000-12-30 02:16:36 +00:00
parent a9ffb0002f
commit ccba39666b
141 changed files with 825 additions and 749 deletions

View file

@ -33,6 +33,15 @@
# include "config.h"
#endif
#include <stdio.h>
#include <stdlib.h>
#ifdef HAVE_STRING_H
#include <string.h>
#endif
#ifdef HAVE_STRINGS_H
#include <strings.h>
#endif
#include "commdef.h"
#include "cvar.h"
#include "console.h"
@ -40,13 +49,6 @@
#include "cmd.h"
#include "commdef.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#ifdef HAVE_STRINGS_H
#include <strings.h>
#endif
cvar_t *cvar_vars;
char *cvar_null_string = "";
extern cvar_t *developer;