src/economy_func.h
changeset 8121 3bc6351e7369
parent 8119 52b48108425a
child 8138 dbfdc08fa6b9
equal deleted inserted replaced
8120:7128bb2b57a3 8121:3bc6351e7369
     3 /** @file economy_func.h Functions related to the economy. */
     3 /** @file economy_func.h Functions related to the economy. */
     4 
     4 
     5 #ifndef ECONOMY_FUNC_H
     5 #ifndef ECONOMY_FUNC_H
     6 #define ECONOMY_FUNC_H
     6 #define ECONOMY_FUNC_H
     7 
     7 
       
     8 #include "core/geometry_type.hpp"
     8 #include "economy_type.h"
     9 #include "economy_type.h"
     9 #include "cargo_type.h"
    10 #include "cargo_type.h"
    10 #include "vehicle_type.h"
    11 #include "vehicle_type.h"
    11 
    12 
    12 struct Player;
    13 struct Player;