mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
Move crc.h to the headers and use it
This commit is contained in:
parent
b7e402c9a7
commit
e9fe63a98c
2 changed files with 1 additions and 9 deletions
|
@ -24,6 +24,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
#define CM_QCOMMON_H
|
||||
|
||||
#include "../game/baseq2/q_shared.h"
|
||||
#include "header/crc.h"
|
||||
|
||||
#define VERSION 2.99
|
||||
#define BASEDIRNAME "baseq2"
|
||||
|
@ -130,15 +131,6 @@ char *CopyString (char *in);
|
|||
void Info_Print (char *s);
|
||||
|
||||
|
||||
/* crc.h */
|
||||
|
||||
void CRC_Init(unsigned short *crcvalue);
|
||||
void CRC_ProcessByte(unsigned short *crcvalue, byte data);
|
||||
unsigned short CRC_Value(unsigned short crcvalue);
|
||||
unsigned short CRC_Block (byte *start, int count);
|
||||
|
||||
|
||||
|
||||
/*
|
||||
==============================================================
|
||||
|
||||
|
|
Loading…
Reference in a new issue