#ifndef INTERACT_H
#define INTERACT_H

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

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

#endif