src/openttd.h
changeset 8609 8c0c3e9dd6a0
parent 8608 45d77f05d3a3
child 8610 17cc343a23dd
equal deleted inserted replaced
8608:45d77f05d3a3 8609:8c0c3e9dd6a0
     6 
     6 
     7 #ifndef VARDEF
     7 #ifndef VARDEF
     8 #define VARDEF extern
     8 #define VARDEF extern
     9 #endif
     9 #endif
    10 
    10 
    11 #include "macros.h"
       
    12 #include "helpers.hpp"
    11 #include "helpers.hpp"
    13 
    12 
    14 struct Oblong {
    13 struct Oblong {
    15 	int x, y;
    14 	int x, y;
    16 	int width, height;
    15 	int width, height;