src/group_gui.h
changeset 10207 c291a21b304e
parent 8111 02d19f43eea6
equal deleted inserted replaced
10206:0050610c0368 10207:c291a21b304e
     5 #ifndef GROUP_GUI_H
     5 #ifndef GROUP_GUI_H
     6 #define GROUP_GUI_H
     6 #define GROUP_GUI_H
     7 
     7 
     8 #include "vehicle_type.h"
     8 #include "vehicle_type.h"
     9 
     9 
    10 void ShowPlayerGroup(PlayerID player, VehicleType veh);
    10 void ShowCompanyGroup(CompanyID company, VehicleType veh);
    11 
    11 
    12 #endif /* GROUP_GUI_H */
    12 #endif /* GROUP_GUI_H */