Subversion Repositories Games.Carmageddon

Rev

Rev 1 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1 Rev 18
Line 5... Line 5...
5
// Header files are generated from information in the original symbol dump, but we don't exactly know what this used to look like or be called.
5
// Header files are generated from information in the original symbol dump, but we don't exactly know what this used to look like or be called.
6
// Each platform build included a platform-dependant `sys` and `net` files. From the symbol dump and debug/error messages in the binaries,
6
// Each platform build included a platform-dependant `sys` and `net` files. From the symbol dump and debug/error messages in the binaries,
7
// we know of at least `pc-dos/dossys.c`, `pc-dos/dosnet.c`, `Win95sys.c`.
7
// we know of at least `pc-dos/dossys.c`, `pc-dos/dosnet.c`, `Win95sys.c`.
8
// Functions contained within these files are prefixed with `PD` - we assume that is short for something like `Platform Dependant`.
8
// Functions contained within these files are prefixed with `PD` - we assume that is short for something like `Platform Dependant`.
9
 
9
 
10
#include "brender/br_types.h"
-
 
11
#include "dr_types.h"
10
#include "dr_types.h"
12
 
11
 
13
void ClearupPDNetworkStuff(void);
12
void ClearupPDNetworkStuff(void);
14
 
13
 
15
void MATTMessageCheck(char* pFunction_name, tNet_message* pMessage, int pAlleged_size);
14
void MATTMessageCheck(char* pFunction_name, tNet_message* pMessage, int pAlleged_size);