File diff r4608:cbac9c94e467 → r4609:43908f0c2b9c
openttd.h
Show inline comments
 
@@ -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;