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

HudMoney.h

Go to the documentation of this file.
00001 #ifndef _HUDMONEY_H_
00002 #define _HUDMONEY_H_
00003 
00004 #include <sstream>
00005 using namespace std;
00006 
00007 #include "HudBase.h"
00008 
00013 class HudMoney : public HudBase
00014 {
00015  public:
00016   HudMoney();
00017   virtual ~HudMoney();
00018 
00022   virtual void draw();
00023   void setMoney(int t) { _money = t; recreate(); }
00024  protected:
00028   virtual void recreate();
00029 
00030   int _money;
00031 };
00032 
00033 #endif

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