#ifndef COM_RESP_H #define COM_RESP_H #include "globals.h" #include "player.h" void command_resp (globals *, player *, char *); #endif