]> icculus.org git repositories - btb/d2x.git/blob - main/ip_basec.h
junk
[btb/d2x.git] / main / ip_basec.h
1 /*
2  * $Source: /cvs/cvsroot/d2x/main/ip_basec.h,v $
3  * $Revision: 1.1 $
4  * $Author: bradleyb $
5  * $Date: 2002-02-06 09:22:41 $
6  *
7  * ip_basec.h - interface from cpp to c funcs
8  * added 2000/02/07 Matt Mueller
9  *
10  * $Log: not supported by cvs2svn $
11  *
12  */
13
14 #ifndef ___IP_BASEC_H
15 #define ___IP_BASEC_H
16
17 #ifdef __cplusplus
18 extern "C"{
19 #endif
20
21 #include "pstypes.h"
22 int ip_sendtoid(ubyte *id,const void *buf,int len);
23
24 int get_MAX_PLAYERS(void);
25 int get_Netgame_player_connected(int pn);
26 ubyte * get_Netgame_player_node(int pn);
27
28 #ifdef __cplusplus
29 }
30 #endif
31
32 #endif