Changeset 206 for trunk/src/statistics_dialog.h
- Timestamp:
- 08/15/2009 05:16:35 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/statistics_dialog.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/statistics_dialog.h
r202 r206 22 22 23 23 #include "statistics.h" 24 #include "simple_ histogram.h"24 #include "simple_pie_plot.h" 25 25 #include <wx/wx.h> 26 26 #include <wx/dialog.h> … … 47 47 wxStaticText *games_finished; 48 48 wxStaticText *statistics_reset_date; 49 SimpleHistogram* histogram;49 simple_pie_plot::SimplePiePlot* histogram; 50 50 51 51 statistics::Statistics* m_stats;
Note: See TracChangeset
for help on using the changeset viewer.
