// item.h

#ifndef _ITEM
#define _ITEM

#include "player3.h"

using namespace std;


typedef PlayerClass* ItemType;

#endif
