src/viewport.h
changeset 8615 6b91ca653bad
parent 8602 9e75e594a068
child 8617 931e0970d509
equal deleted inserted replaced
8614:21126f54f5c8 8615:6b91ca653bad
     5 #ifndef VIEWPORT_H
     5 #ifndef VIEWPORT_H
     6 #define VIEWPORT_H
     6 #define VIEWPORT_H
     7 
     7 
     8 #include "zoom.hpp"
     8 #include "zoom.hpp"
     9 #include "window_type.h"
     9 #include "window_type.h"
       
    10 #include "vehicle_type.h"
       
    11 #include "gfx.h"
    10 
    12 
    11 struct ViewPort {
    13 struct ViewPort {
    12 	int left,top;                       // screen coordinates for the viewport
    14 	int left,top;                       // screen coordinates for the viewport
    13 	int width, height;                  // screen width/height for the viewport
    15 	int width, height;                  // screen width/height for the viewport
    14 
    16