src/fios.cpp
changeset 7138 67f99b0cc527
parent 6929 56470c1b8a66
child 7408 605b333582d5
equal deleted inserted replaced
7137:8a3acc7a2d52 7138:67f99b0cc527
     4  * This file contains functions for building file lists for the save/load dialogs.
     4  * This file contains functions for building file lists for the save/load dialogs.
     5  */
     5  */
     6 
     6 
     7 #include "stdafx.h"
     7 #include "stdafx.h"
     8 #include "openttd.h"
     8 #include "openttd.h"
     9 #include "hal.h"
       
    10 #include "string.h"
     9 #include "string.h"
    11 #include "variables.h"
    10 #include "variables.h"
    12 #include "functions.h"
    11 #include "functions.h"
    13 #include "heightmap.h"
    12 #include "heightmap.h"
    14 #include "helpers.hpp"
    13 #include "helpers.hpp"