src/autoreplace_type.h
branchNewGRF_ports
changeset 6872 1c4a4a609f85
equal deleted inserted replaced
6871:5a9dc001e1ad 6872:1c4a4a609f85
       
     1 /* $Id$ */
       
     2 
       
     3 /** @file autoreplace_type.h Types related to autoreplacing. */
       
     4 
       
     5 #ifndef AUTOREPLACE_TYPE_H
       
     6 #define AUTOREPLACE_TYPE_H
       
     7 
       
     8 struct EngineRenew;
       
     9 
       
    10 /**
       
    11  * A list to group EngineRenew directives together (such as per-player).
       
    12  */
       
    13 typedef EngineRenew* EngineRenewList;
       
    14 
       
    15 #endif /* AUTOREPLACE_TYPE_H */