|
OpenTTD Source 20260311-master-g511d3794ce
|
Callback for NewGRF scanning. More...
#include <newgrf_config.h>
Public Member Functions | |
| virtual | ~NewGRFScanCallback ()=default |
| Ensure the destructor of the sub classes are called as well. | |
| 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 AfterNewGRFScan, and NewGRFWindow.
Referenced by DoScanNewGRFFiles().