#ifndef COM_EXIT_H
#define COM_EXIT_H

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

void command_exit (globals *, player *, char *);
#endif