Amulets & Armor  v1.02
Open Source Game
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
ipx_client.h
Go to the documentation of this file.
1 #ifndef _IPX_CLIENT_H_
2 #define _IPX_CLIENT_H_
3 
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7 
8 int IPXConnectToServer(char const *strAddr);
9 void IPXSendPacket(char const *p_data, unsigned int size);
10 int IPXClientPoll(char *p_data, unsigned int *size);
11 void IPXGetUniqueAddress(unsigned char address[6]);
12 unsigned char *IPXGetDestinationAddress(void);
13 void IPXSetDestinationAddress(unsigned char address[6]);
15 
16 #ifdef __cplusplus
17 }
18 #endif
19 
20 #endif // _IPX_CLIENT_H_