#ifndef COM_GLOBALS_H
#define COM_GLOBALS_H

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

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

#endif