#ifndef COM_PLAYER_H
#define COM_PLAYER_H

#include "globals.h"
#include "player.h"

void command_player (globals *, player *, char *);

#endif