Changeset 202 for trunk/src/statistics.h
- Timestamp:
- 05/04/2009 12:22:36 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/statistics.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/statistics.h
r201 r202 49 49 int games_finished() { return _games_finished; } 50 50 time_t last_reset() { return _last_reset; } 51 std::vector<int> score_distribution() { return _score_distribution; } 51 52 52 53 private: … … 65 66 time_t _last_reset; 66 67 67 std::vector<int> score_distribution;68 std::vector<int> _score_distribution; 68 69 configuration::Configuration *backend; 69 70 };
Note: See TracChangeset
for help on using the changeset viewer.
