Move CRC32 definition to separate file.

Signed-off-by: aixxe <me@aixxe.net>
This commit is contained in:
aixxe
2016-12-20 13:13:38 +00:00
parent 33f3672867
commit 3b12e00ad1
3 changed files with 22 additions and 6 deletions

View File

@@ -1,7 +1,5 @@
#pragma once
typedef unsigned long CRC32_t;
typedef struct player_info_s {
char name[MAX_PLAYER_NAME_LENGTH];
int userID;