1#ifndef GAME_STATISTICS_WIDGET_LAYOUT_H
2#define GAME_STATISTICS_WIDGET_LAYOUT_H
65 std::map<game_statistic_type, std::map<side, screen_rect>> m_absolute;
68 std::map<game_statistic_type, screen_rect> m_relative;
71 std::map<game_statistic_type, screen_rect> m_symbol;
The coordinate on a screen.
Definition screen_coordinate.h:12
A rectangle-shaped area on the screen.
Definition screen_rect.h:15
game_statistic_type
Definition game_statistic_type.h:9
side
The side the player/piece is on.
Definition side.h:11