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

BuyAction.h

Go to the documentation of this file.
00001 #ifndef _BUYACTION_H_
00002 #define _BUYACTION_H_
00003 
00004 #include "Action.h"
00005 
00009 class BuyAction
00010 {
00011  public:
00012   BuyAction(World *world);
00013   virtual ~BuyAction();
00014 
00015  protected:
00016 };
00017 
00018 #endif

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