]> jfr.im git - irc/gameservirc.git/blobdiff - gameserv/pouch.h
updated the Change log w/ new additions
[irc/gameservirc.git] / gameserv / pouch.h
index 6aac0737137f01480eb4dfbb0d701508227a91f9..98332cc2c2032fe17aabc32140a898c082c40ed5 100644 (file)
@@ -14,11 +14,13 @@ class pouch
  public:
   pouch();
   pouch(pouch *);
+  pouch(const pouch &);
   ~pouch();
 
   void sort();
   void clear();
   bool isEmpty();
+  int getCount() {return count; };
 
   itemContainer *Find(char *);
   itemContainer *Find(string &);