#include "struct.h" int ParseKill(char *buf, struct game *game_t); int ParseJoin(char *buf, struct game *game_t); int ParseLeave(char *buf, struct game *game_t); int ParsePartyBegin(char *buf, struct game *game_t); int ParsePartyType(char *buf, struct game *game_t);