Fixes mingl

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1530 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2005-10-22 00:29:05 +00:00
parent e8fe89ba18
commit 40fcabd08d
1 changed files with 2 additions and 2 deletions

View File

@ -20,13 +20,13 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include "qwsvdef.h" #include "qwsvdef.h"
#include "pr_common.h"
#define G_PROG G_FLOAT #define G_PROG G_FLOAT
#define Z_QC_TAG 2 #define Z_QC_TAG 2
#ifndef CLIENTONLY #ifndef CLIENTONLY
#include "pr_common.h"
//okay, so these are a quick but easy hack //okay, so these are a quick but easy hack
void ED_Print (struct progfuncs_s *progfuncs, struct edict_s *ed); void ED_Print (struct progfuncs_s *progfuncs, struct edict_s *ed);
int PR_EnableEBFSBuiltin(char *name, int binum); int PR_EnableEBFSBuiltin(char *name, int binum);