Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

Hammer.h

Go to the documentation of this file.
00001 #ifndef HAMMER_H
00002 #define HAMMER_H
00003 
00004 #include "Inventory.h" // inheriting class's header file
00005 
00006 /*
00007  * Hammer Class
00008  * 3/5/2004
00009  * By: Adam Aldrich
00010  * 
00011  * Inherits from Inventory Class
00012  */
00013 
00014 class Hammer : public Inventory
00015 {
00016  public:
00017   // class constructor
00018   Hammer();
00019   // class destructor
00020   virtual ~Hammer();
00021   
00022   virtual void calculateValue();
00023 };
00024 
00025 #endif

Generated on Wed Apr 21 11:10:53 2004 for naturecalls by doxygen1.2.18