#include "house.h"#include "desktop.h"Include dependency graph for house.cpp:

Go to the source code of this file.
Functions | |
| const c_point | body_left_bottom (0, 0) |
| const c_point | body_right_top (50, 50) |
| const c_point | roof_max (25, 75) |
| const c_rectangle | win1 (10, 7, 15, 15) |
| const c_rectangle | win2 (14, 30, 32, 45) |
| const c_rectangle | door_size (25, 3, 35, 22) |
| const c_point body_left_bottom | ( | 0 | , | |
| 0 | ||||
| ) |
| const c_point body_right_top | ( | 50 | , | |
| 50 | ||||
| ) |
| const c_rectangle door_size | ( | 25 | , | |
| 3 | , | |||
| 35 | , | |||
| 22 | ||||
| ) |
| const c_point roof_max | ( | 25 | , | |
| 75 | ||||
| ) |
| const c_rectangle win1 | ( | 10 | , | |
| 7 | , | |||
| 15 | , | |||
| 15 | ||||
| ) |
| const c_rectangle win2 | ( | 14 | , | |
| 30 | , | |||
| 32 | , | |||
| 45 | ||||
| ) |
1.5.1