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

NetworkHuman.h

Go to the documentation of this file.
00001 #ifndef _NETWORKHUMAN_H_
00002 #define _NETWORKHUMAN_H_
00003 
00004 #include "Human.h"
00005 #include "NetworkActor.h"
00006 
00011 class NetworkHuman : public NetworkActor, public Human
00012 {
00013   NetworkHuman() { }
00014   virtual ~NetworkHuman() { }
00015 };
00016 
00017 #endif

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