mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-11 10:40:47 +00:00
git-svn-id: https://svn.eduke32.com/eduke32@1127 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
7aa2930514
commit
5469140ff7
1 changed files with 23 additions and 0 deletions
23
polymer/eduke32/build/include/enet_mmulti.h
Normal file
23
polymer/eduke32/build/include/enet_mmulti.h
Normal file
|
@ -0,0 +1,23 @@
|
|||
#ifndef _MMULTI_STABLE_H_
|
||||
#define _MMULTI_STABLE_H_
|
||||
|
||||
#define MAXMULTIPLAYERS 16
|
||||
|
||||
void callcommit(void);
|
||||
void initcrc(void);
|
||||
long getcrc(char *buffer, int bufleng);
|
||||
void initmultiplayers(int argc, char **argv);
|
||||
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(int newsocket);
|
||||
int getpacket(int *other, char *bufptr);
|
||||
void flushpackets(void);
|
||||
void genericmultifunction(long other, char *bufptr, long messleng, long command);
|
||||
|
||||
extern int natfree;
|
||||
|
||||
#endif
|
Loading…
Reference in a new issue