mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-19 20:49:11 +00:00
(svn r14828) -Codechange: move most of save/load-specific code to separate files
This commit is contained in:
@@ -121,7 +121,7 @@ extern GRFLoadedFeatures _loaded_newgrf_features;
|
||||
|
||||
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, ...);
|
||||
|
||||
|
Reference in New Issue
Block a user