![]() |
Conquer Chess
Chess and Starcraft combined
|


Go to the source code of this file.
Classes | |
| class | game_rect |
| A rectangle of game coordinates. More... | |
Functions | |
| game_coordinate | get_center (const game_rect &r) noexcept |
| int | get_height (const game_rect &r) noexcept |
| int | get_width (const game_rect &r) noexcept |
| bool | is_in (const game_coordinate &pos, const game_rect &r) noexcept |
| Is the coordinat in the rectangle? | |
| void | test_game_rect () |
| Test this class and its free functions. | |
| bool | operator== (const game_rect &lhs, const game_rect &rhs) noexcept |
| std::ostream & | operator<< (std::ostream &os, const game_rect &r) noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
Is the coordinat in the rectangle?
|
noexcept |
| void test_game_rect | ( | ) |
Test this class and its free functions.