src/newgrf.h
changeset 6247 7d81e3a5d803
parent 6147 ee050ca3889f
child 6248 e4a2ed7e5613
equal deleted inserted replaced
6246:75451000349d 6247:7d81e3a5d803
    73 extern SpriteID _coast_base;
    73 extern SpriteID _coast_base;
    74 extern bool _have_2cc;
    74 extern bool _have_2cc;
    75 
    75 
    76 void LoadNewGRFFile(GRFConfig *config, uint file_index, GrfLoadingStage stage);
    76 void LoadNewGRFFile(GRFConfig *config, uint file_index, GrfLoadingStage stage);
    77 void LoadNewGRF(uint load_index, uint file_index);
    77 void LoadNewGRF(uint load_index, uint file_index);
    78 void ReloadNewGRFData(void); // in openttd.c
    78 void ReloadNewGRFData(); // in openttd.c
    79 
    79 
    80 void CDECL grfmsg(int severity, const char *str, ...);
    80 void CDECL grfmsg(int severity, const char *str, ...);
    81 
    81 
    82 #endif /* NEWGRF_H */
    82 #endif /* NEWGRF_H */