#include <util.h>
Start and size range from (0,0) to (255,255). This is sufficient to represent any drawable rectangle on the screen, or any region on the map.
Definition at line 38 of file util.h.
Data Fields | |
| coord | topleft |
| Top-left corner. | |
| coord | extent |
| Width and height. | |
|
|
Width and height.
Definition at line 41 of file util.h. Referenced by construct_rect(), UI_Dialog_Display(), and UI_Menu_Pick(). |
|
|
Top-left corner.
Definition at line 40 of file util.h. Referenced by construct_rect(), UI_Dialog_Display(), and UI_Menu_Pick(). |
1.3.6