Project

General

Profile

Statistics
| Revision:

root / trunk / code / projects / colonet / ColonetServer / includes / client.h @ 24

History | View | Annotate | Download (336 Bytes)

1 11 emarinel
/**
2
 *
3
 *  @author Jason Knichel
4
 *
5
 */
6
7
#ifndef CLIENT_H
8
#define CLIENT_H
9
10
#include <colonet_wireless.h>
11
12
int wirelessMessageHandler(ColonetPacket* pkt);
13
int initWireless(void);
14
void send_wireless_message(unsigned char msg_dest, unsigned char msg_type,
15
                           unsigned char msg_code, unsigned char* data);
16
17
#endif