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

Soccerball.h

Go to the documentation of this file.
00001 #ifndef _SOCCERBALL_H_
00002 #define _SOCCERBALL_H_
00003 
00004 #include "Ball.h"
00005 
00006 class Soccerball : public Ball
00007 {
00008  public:
00009   Soccerball();
00010   virtual ~Soccerball();
00011     
00012   virtual void draw();
00013   
00014   virtual void calculateValue();
00015 };
00016 
00017 #endif

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