| 1085 | StartWindow->NetInit(msg, num); |
| 1086 | } |
| 1087 | bool I_NetLoop(bool (*timer_callback)(void*), void* userdata) |
| 1088 | { |
| 1089 | return StartWindow->NetLoop(timer_callback, userdata); |
| 1090 | } |
| 1091 | void I_NetDone() |
| 1092 | { |
| 1093 | StartWindow->NetDone(); |
no test coverage detected