From 596da29170b0b808d7e36ee940e8bfc2a408e523 Mon Sep 17 00:00:00 2001 From: Darkvater Date: Fri, 27 Oct 2006 10:27:38 +0000 Subject: (svn r6955) -Codechange: Change some variable names for _textmessage_box, and replace 5 different global variables with a single struct. --- openttd.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'openttd.h') diff --git a/openttd.h b/openttd.h index 6c477b3da..307c2aee4 100644 --- a/openttd.h +++ b/openttd.h @@ -12,6 +12,11 @@ typedef struct Rect { int left,top,right,bottom; } Rect; +typedef struct Oblong { + int x, y; + int width, height; +} Oblong; + typedef struct BoundingRect { int width; int height; -- cgit v1.2.3-54-g00ecf