#include "itemtype.h"
void PrintItem(ItemType *);
void CopyItem(ItemType *, ItemType);

