#ifndef COMMAND_H #define COMMAND_H #include "globals.h" #include "group.h" int command (globals *, player *, char *); #endif