#ifndef COM_MOVE_H #define COM_MOVE_H #include "globals.h" void command_move (globals *, char *); #endif