src/gfx.h
branchgamebalance
changeset 9911 0b8b245a2391
parent 9907 3b068c3a1c74
child 9912 1ac8aac92385
--- a/src/gfx.h	Wed Jun 13 11:17:30 2007 +0000
+++ b/src/gfx.h	Wed Jun 13 11:45:14 2007 +0000
@@ -6,6 +6,7 @@
 #define GFX_H
 
 #include "openttd.h"
+#include "zoom.hpp"
 
 enum WindowKeyCodes {
 	WKC_SHIFT = 0x8000,
@@ -136,7 +137,7 @@
 	Pixel *dst_ptr;
 	int left, top, width, height;
 	int pitch;
-	uint16 zoom;
+	ZoomLevel zoom;
 };
 
 struct Colour {