src/newgrf_config.h
branchNewGRF_ports
changeset 6872 1c4a4a609f85
parent 6871 5a9dc001e1ad
child 10184 fcf5fb2548eb
equal deleted inserted replaced
6871:5a9dc001e1ad 6872:1c4a4a609f85
     3 /** @file newgrf_config.h */
     3 /** @file newgrf_config.h */
     4 
     4 
     5 #ifndef NEWGRF_CONFIG_H
     5 #ifndef NEWGRF_CONFIG_H
     6 #define NEWGRF_CONFIG_H
     6 #define NEWGRF_CONFIG_H
     7 
     7 
     8 #include "openttd.h"
     8 #include "strings_type.h"
     9 
     9 
    10 /* GRF config bit flags */
    10 /* GRF config bit flags */
    11 enum GCF_Flags {
    11 enum GCF_Flags {
    12 	GCF_SYSTEM,    ///< GRF file is an openttd-internal system grf
    12 	GCF_SYSTEM,    ///< GRF file is an openttd-internal system grf
    13 	GCF_UNSAFE,    ///< GRF file is unsafe for static usage
    13 	GCF_UNSAFE,    ///< GRF file is unsafe for static usage