| 704 | } |
| 705 | |
| 706 | gameController *CreateController(int num_funcs, ct_function *funcs, char *remote_ip) { |
| 707 | return new lnxgameController(num_funcs, funcs); |
| 708 | } |
| 709 | |
| 710 | void DestroyController(gameController *ctl) { |
| 711 | if (ctl) |
no outgoing calls
no test coverage detected