|
OpenTTD Source 20251116-master-g21329071df
|
Callback for NewGRF scanning. More...
#include <newgrf_config.h>
Public Member Functions | |
| virtual | ~NewGRFScanCallback ()=default |
| Make sure the right destructor gets called. | |
| virtual void | OnNewGRFsScanned ()=0 |
| Called whenever the NewGRF scan completed. | |
Callback for NewGRF scanning.
Definition at line 222 of file newgrf_config.h.
|
pure virtual |
Called whenever the NewGRF scan completed.
Implemented in NewGRFWindow, and AfterNewGRFScan.
Referenced by DoScanNewGRFFiles().