|
OpenTTD Source 20251116-master-g21329071df
|
Functions for modal progress windows. More...
Go to the source code of this file.
Functions | |
| void | SetModalProgress (bool state) |
| Set the modal progress state. | |
Variables | |
| bool | _in_modal_progress = false |
| Are we in a modal progress or not? | |
Functions for modal progress windows.
Definition in file progress.cpp.
| void SetModalProgress | ( | bool | state | ) |
Set the modal progress state.
| state | The new state; are we modal or not? |
Definition at line 22 of file progress.cpp.
References _in_modal_progress.
Referenced by CleanupGeneration(), DoScanNewGRFFiles(), GenerateWorld(), and ScanNewGRFFiles().
| bool _in_modal_progress = false |
Are we in a modal progress or not?
Definition at line 16 of file progress.cpp.
Referenced by HasModalProgress(), and SetModalProgress().