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

Human.h

Go to the documentation of this file.
00001 #ifndef _HUMAN_H_
00002 #define _HUMAN_H_
00003 
00004 #include "Actor.h"
00005 
00009 class Human : public Actor
00010 {
00011  public:
00012   Human();
00013   virtual ~Human();
00014 
00019   virtual void draw();
00020  protected:
00021    SuperModel *_sword;
00022 };
00023 
00024 #endif

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