diff -r 710f3ced8934 -r 5b0aeef8ba2a project_files/frontlib/net/netprotocol.h --- 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_ */