openttd.h
changeset 4956 76db5a2689fc
parent 4849 9a3c3ae7f62f
child 5108 dc67d70b5a45
equal deleted inserted replaced
4955:e3496ee0e37d 4956:76db5a2689fc
     9 #endif
     9 #endif
    10 
    10 
    11 typedef struct Rect {
    11 typedef struct Rect {
    12 	int left,top,right,bottom;
    12 	int left,top,right,bottom;
    13 } Rect;
    13 } Rect;
       
    14 
       
    15 typedef struct Oblong {
       
    16 	int x, y;
       
    17 	int width, height;
       
    18 } Oblong;
    14 
    19 
    15 typedef struct BoundingRect {
    20 typedef struct BoundingRect {
    16 	int width;
    21 	int width;
    17 	int height;
    22 	int height;
    18 } BoundingRect;
    23 } BoundingRect;