00001 /* 00002 * File: tilereg_stat.h 00003 * Created by: ennewalker on Sat Jan 5 01:33:53 2008 UTC 00004 */ 00005 00006 #ifdef USE_TILE 00007 #ifndef TILEREG_STAT_H 00008 #define TILEREG_STAT_H 00009 00010 #include "tilereg-text.h" 00011 00012 class StatRegion : public TextRegion 00013 { 00014 public: 00015 StatRegion(FontWrapper *font); 00016 00017 virtual int handle_mouse(MouseEvent &event); 00018 virtual bool update_tip_text(std::string &tip); 00019 }; 00020 00021 #endif 00022 #endif