src/newgrf_storage.cpp
branchNewGRF_ports
changeset 6872 1c4a4a609f85
parent 6870 ca3fd1fbe311
equal deleted inserted replaced
6871:5a9dc001e1ad 6872:1c4a4a609f85
     1 /* $Id$ */
     1 /* $Id$ */
     2 
     2 
     3 /** @file newgrf_storage.cpp Functionality related to the temporary and persistent storage arrays for NewGRFs. */
     3 /** @file newgrf_storage.cpp Functionality related to the temporary and persistent storage arrays for NewGRFs. */
     4 
     4 
     5 #include "stdafx.h"
     5 #include "stdafx.h"
     6 #include "helpers.hpp"
       
     7 #include "newgrf_storage.h"
     6 #include "newgrf_storage.h"
     8 #include <set>
     7 #include <set>
     9 
     8 
    10 /** The changed storage arrays */
     9 /** The changed storage arrays */
    11 static std::set<BaseStorageArray*> _changed_storage_arrays;
    10 static std::set<BaseStorageArray*> _changed_storage_arrays;