File diff r10570:e200b86ce378 → r10571:99cb9a95b4cf
src/newgrf.h
Show inline comments
 
@@ -121,7 +121,7 @@ extern GRFLoadedFeatures _loaded_newgrf_
 

	
 
void LoadNewGRFFile(GRFConfig *config, uint file_index, GrfLoadingStage stage);
 
void LoadNewGRF(uint load_index, uint file_index);
 
void ReloadNewGRFData(); // in openttd.cpp
 
void ReloadNewGRFData(); // in saveload/afterload.cpp
 

	
 
void CDECL grfmsg(int severity, const char *str, ...);