/* Stuff.cpp Declaration file for the class Stuff. John Doe jdoe@cs.kent.edu */ #include "Stuff.hpp" /* Searches the items that we already have to see if we already have this item. If we have multiple copies of the item, then that is the same as if we had one copy of the item. */ bool Stuff::doIhaveitalready(int item) const { return false; }