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