changeset 7269 | 5b0aeef8ba2a |
parent 7234 | 613998625a3c |
child 7271 | 5608ac657362 |
7267:710f3ced8934 | 7269:5b0aeef8ba2a |
---|---|
1 #ifndef NETPROTOCOL_H_ |
1 #ifndef NETPROTOCOL_H_ |
2 #define NETPROTOCOL_H_ |
2 #define NETPROTOCOL_H_ |
3 |
3 |
4 #include "../model/team.h" |
|
4 |
5 |
6 /** |
|
7 * Create a new team from this 23-part net message |
|
8 */ |
|
9 flib_team *flib_team_from_netmsg(char **parts); |
|
5 |
10 |
6 |
11 |
7 #endif /* NETPROTOCOL_H_ */ |
12 #endif /* NETPROTOCOL_H_ */ |