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