home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HPAVC
/
HPAVC CD-ROM.iso
/
pc
/
ABUSESRC.ZIP
/
AbuseSrc
/
macabuse
/
src
/
net
/
unix
/
undrv.hpp
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1997-05-20
|
311 b
|
16 lines
#ifndef __UNDRV_HPP_
#define __UNDRV_HPP_
#define DEFAULT_COMM_PORT 20202
#define DEFAULT_GAME_PORT 20203
#define MAX_JOINERS 32 // maximum clients that can join at the same time
#include "sock.hpp"
void undrv_cleanup();
extern net_socket *game_sock,*comm_sock;
#endif