src/bridge.h
changeset 8222 ce0457729295
parent 8138 dbfdc08fa6b9
child 8379 94fcc26a241a
equal deleted inserted replaced
8221:59791d0e0c04 8222:ce0457729295
     4 
     4 
     5 #ifndef BRIDGE_H
     5 #ifndef BRIDGE_H
     6 #define BRIDGE_H
     6 #define BRIDGE_H
     7 
     7 
     8 #include "gfx_type.h"
     8 #include "gfx_type.h"
       
     9 #include "direction_type.h"
     9 #include "tile_cmd.h"
    10 #include "tile_cmd.h"
    10 
    11 
    11 enum {
    12 enum {
    12 	MAX_BRIDGES = 13
    13 	MAX_BRIDGES = 13
    13 };
    14 };