| 1517 | template <vkb::BindingType bindingType> |
| 1518 | inline float Gui<bindingType>::StatsView::get_graph_height() const |
| 1519 | { |
| 1520 | return graph_height; |
| 1521 | } |
| 1522 | |
| 1523 | template <vkb::BindingType bindingType> |
| 1524 | inline StatGraphData const &Gui<bindingType>::StatsView::get_stat_graph_data(StatIndex const &stat_index) const |
| 1525 | { |