OpenTTD
|
Callback for NewGRF scanning. More...
#include <newgrf_config.h>
Public Member Functions | |
virtual | ~NewGRFScanCallback () |
Make sure the right destructor gets called. More... | |
virtual void | OnNewGRFsScanned ()=0 |
Called whenever the NewGRF scan completed. More... | |
Callback for NewGRF scanning.
Definition at line 208 of file newgrf_config.h.
|
inlinevirtual |
Make sure the right destructor gets called.
Definition at line 210 of file newgrf_config.h.
References AppendStaticGRFConfigs(), AppendToGRFConfigList(), ClearGRFConfigList(), CopyGRFConfigList(), FillGRFDetails(), FindGRFConfig(), GetGRFConfig(), GRFBuildParamList(), GRFGetSizeOfDataSection(), GRFIdentifier::grfid, IsGoodGRFConfigList(), GRFIdentifier::md5sum, NEWGRF_DIR, ResetGRFConfig(), ScanNewGRFFiles(), and ShowNewGRFSettings().
|
pure virtual |
Called whenever the NewGRF scan completed.
Implemented in NewGRFWindow, and AfterNewGRFScan.