#ifndef COM_GROUP_H
#define COM_GROUP_H

#include "globals.h"
#include "player.h"

void command_group (globals *, player *, char *);

#endif