summaryrefslogtreecommitdiff
path: root/openttd.h
diff options
context:
space:
mode:
Diffstat (limited to 'openttd.h')
-rw-r--r--openttd.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/openttd.h b/openttd.h
index 6d53aa7b8..70c4cd446 100644
--- a/openttd.h
+++ b/openttd.h
@@ -12,6 +12,11 @@ typedef struct Rect {
int left,top,right,bottom;
} Rect;
+typedef struct BoundingRect {
+ int width;
+ int height;
+} BoundingRect;
+
typedef struct Point {
int x,y;
} Point;