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 214 of file newgrf_config.h.
virtual NewGRFScanCallback::~NewGRFScanCallback | ( | ) | [inline, virtual] |
Make sure the right destructor gets called.
Definition at line 216 of file newgrf_config.h.
virtual void NewGRFScanCallback::OnNewGRFsScanned | ( | ) | [pure virtual] |
Called whenever the NewGRF scan completed.
Implemented in NewGRFWindow, and AfterNewGRFScan.