Ignore:
Timestamp:
05/04/2009 12:22:36 PM (3 years ago)
Author:
guyru
Message:

Add simple histogram to statistics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/statistics_dialog.h

    r199 r202  
    2222 
    2323#include "statistics.h" 
     24#include "simple_histogram.h" 
    2425#include <wx/wx.h> 
    2526#include <wx/dialog.h> 
     
    4647        wxStaticText *games_finished; 
    4748        wxStaticText *statistics_reset_date; 
     49        SimpleHistogram* histogram; 
    4850 
    4951        statistics::Statistics* m_stats; 
Note: See TracChangeset for help on using the changeset viewer.