src/newgrf_config.h
changeset 8638 d997e3a75b36
parent 8378 9f849e5763e2
child 9295 50de67372594
equal deleted inserted replaced
8637:b5a7396c9b2f 8638:d997e3a75b36
     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