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

Board.h

Go to the documentation of this file.
00001 #ifndef _Board_H_
00002 #define _Board_H_
00003 
00004 #include "Inventory.h"
00005 
00006 /*
00007  * Board Class
00008  * 3/5/2004
00009  * By: Adam Aldrich
00010  * 
00011  * Inherits from the Inventory class
00012  * Parent class for all boards.
00013  */
00014  
00015 class Board : public Inventory
00016 {
00017  public:
00018   Board();
00019   virtual ~Board();
00020 
00021   virtual void draw();
00022 };
00023 
00024 #endif

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