mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-16 17:32:13 +00:00
54128e127c
git-svn-id: https://svn.eduke32.com/eduke32@1124 1a8010ca-5511-0410-912e-c29ae57300e0
19 lines
No EOL
692 B
C
19 lines
No EOL
692 B
C
#ifndef _MMULTI_UNSTABLE_H_
|
|
#define _MMULTI_UNSTABLE_H_
|
|
|
|
void callcommit(void);
|
|
void initcrc(void);
|
|
long getcrc(char *buffer, short bufleng);
|
|
void initmultiplayers(int argc, char **argv, char damultioption, char dacomrateoption, char dapriority);
|
|
void sendpacket(long other, char *bufptr, long messleng);
|
|
void setpackettimeout(long datimeoutcount, long daresendagaincount);
|
|
void uninitmultiplayers(void);
|
|
void sendlogon(void);
|
|
void sendlogoff(void);
|
|
int getoutputcirclesize(void);
|
|
void setsocket(short newsocket);
|
|
short getpacket(short *other, char *bufptr);
|
|
void flushpackets(void);
|
|
void genericmultifunction(long other, char *bufptr, long messleng, long command);
|
|
|
|
#endif |