project_files/frontlib/net/netprotocol.h
author Medo <smaxein@googlemail.com>
Thu, 21 Jun 2012 21:32:12 +0200
changeset 7269 5b0aeef8ba2a
parent 7234 613998625a3c
child 7271 5608ac657362
permissions -rw-r--r--
More progress on the netplay part of the frontlib

#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_ */