| 32 | } |
| 33 | |
| 34 | void NetStartWindow::SetNetStartProgress(int pos) |
| 35 | { |
| 36 | if (Instance) |
| 37 | Instance->SetProgress(pos); |
| 38 | } |
| 39 | |
| 40 | bool NetStartWindow::RunMessageLoop(bool (*newtimer_callback)(void*), void* newuserdata) |
| 41 | { |
nothing calls this directly
no test coverage detected