src/newgrf_storage.h
branchnoai
changeset 9723 eee46cb39750
parent 9703 d2a6acdbd665
equal deleted inserted replaced
9722:ebf0ece7d8f6 9723:eee46cb39750
     2 
     2 
     3 /** @file newgrf_storage.h Functionality related to the temporary and persistent storage arrays for NewGRFs. */
     3 /** @file newgrf_storage.h Functionality related to the temporary and persistent storage arrays for NewGRFs. */
     4 
     4 
     5 #ifndef NEWGRF_STORAGE_H
     5 #ifndef NEWGRF_STORAGE_H
     6 #define NEWGRF_STORAGE_H
     6 #define NEWGRF_STORAGE_H
       
     7 
       
     8 #include "core/alloc_func.hpp"
     7 
     9 
     8 /**
    10 /**
     9  * Base class for all NewGRF storage arrays. Nothing fancy, only here
    11  * Base class for all NewGRF storage arrays. Nothing fancy, only here
    10  * so we have a generalised class to use.
    12  * so we have a generalised class to use.
    11  */
    13  */