src/window.h
changeset 8384 cda01fb6ec2a
parent 8230 7b40f75cba12
child 8424 4a488a90ccab
equal deleted inserted replaced
8383:77460afa773a 8384:cda01fb6ec2a
    10 #include "order.h"
    10 #include "order.h"
    11 #include "rail.h"
    11 #include "rail.h"
    12 #include "road.h"
    12 #include "road.h"
    13 #include "airport.h"
    13 #include "airport.h"
    14 #include "vehicle.h"
    14 #include "vehicle.h"
       
    15 #include "viewport.h"
    15 
    16 
    16 struct WindowEvent;
    17 struct WindowEvent;
    17 
    18 
    18 typedef void WindowProc(Window *w, WindowEvent *e);
    19 typedef void WindowProc(Window *w, WindowEvent *e);
    19 
    20 
   138 
   139 
   139 		struct {
   140 		struct {
   140 			Point pt;
   141 			Point pt;
   141 			TileIndex tile;
   142 			TileIndex tile;
   142 			TileIndex starttile;
   143 			TileIndex starttile;
   143 			byte select_method;
   144 			ViewportPlaceMethod select_method;
   144 			byte select_proc;
   145 			byte select_proc;
   145 		} place;
   146 		} place;
   146 
   147 
   147 		struct {
   148 		struct {
   148 			Point pt;
   149 			Point pt;