changeset 7269 | 5b0aeef8ba2a |
parent 7234 | 613998625a3c |
child 7271 | 5608ac657362 |
--- a/project_files/frontlib/net/netprotocol.h Tue Jun 19 21:20:08 2012 +0200 +++ b/project_files/frontlib/net/netprotocol.h Thu Jun 21 21:32:12 2012 +0200 @@ -1,7 +1,12 @@ #ifndef NETPROTOCOL_H_ #define NETPROTOCOL_H_ +#include "../model/team.h" +/** + * Create a new team from this 23-part net message + */ +flib_team *flib_team_from_netmsg(char **parts); #endif /* NETPROTOCOL_H_ */