Small stuff
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1049 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
03dfb7f399
commit
be270c6961
2 changed files with 7 additions and 7 deletions
|
@ -3,7 +3,7 @@
|
|||
#define PROGSUSED
|
||||
struct edict_s;
|
||||
#include "progsint.h"
|
||||
#include "crc.h"
|
||||
//#include "crc.h"
|
||||
|
||||
/*int maxedicts;
|
||||
|
||||
|
|
|
@ -36,12 +36,12 @@ extern progfuncs_t *qccprogfuncs;
|
|||
void *qccHunkAlloc(size_t mem);
|
||||
void qccClearHunk(void);
|
||||
|
||||
extern short (*BigShort) (short l);
|
||||
extern short (*LittleShort) (short l);
|
||||
extern long (*BigLong) (long l);
|
||||
extern long (*LittleLong) (long l);
|
||||
extern float (*BigFloat) (float l);
|
||||
extern float (*LittleFloat) (float l);
|
||||
extern short (*PRBigShort) (short l);
|
||||
extern short (*PRLittleShort) (short l);
|
||||
extern long (*PRBigLong) (long l);
|
||||
extern long (*PRLittleLong) (long l);
|
||||
extern float (*PRBigFloat) (float l);
|
||||
extern float (*PRLittleFloat) (float l);
|
||||
|
||||
|
||||
#define MAX_ERRORS 10
|
||||
|
|
Loading…
Reference in a new issue