diff -r a446eafcddeb -r e704706008d4 project_files/frontlib/net/netprotocol.h --- a/project_files/frontlib/net/netprotocol.h Thu Jul 05 22:22:48 2012 +0200 +++ b/project_files/frontlib/net/netprotocol.h Tue Jul 10 19:33:57 2012 +0200 @@ -21,7 +21,7 @@ #define NETPROTOCOL_H_ #include "../model/team.h" -#include "../model/cfg.h" +#include "../model/scheme.h" #include "../model/map.h" #include @@ -35,7 +35,7 @@ * Create a new scheme from this net message, which must have * meta->modCount+meta->settingCount+1 parts. */ -flib_cfg *flib_netmsg_to_cfg(flib_cfg_meta *meta, char **parts); +flib_scheme *flib_netmsg_to_cfg(flib_metascheme *meta, char **parts); /** * Create a new map from this five-part netmsg