OpenTTD Source
1.11.0-beta2
|
Callback for NewGRF scanning. More...
#include <newgrf_config.h>
Public Member Functions | |
virtual | ~NewGRFScanCallback () |
Make sure the right destructor gets called. | |
virtual void | OnNewGRFsScanned ()=0 |
Called whenever the NewGRF scan completed. | |
Callback for NewGRF scanning.
Definition at line 207 of file newgrf_config.h.