------------------------------------------------------------------------------------------------------------------------------------
| 600 | |
| 601 | //------------------------------------------------------------------------------------------------------------------------------------ |
| 602 | BOOL __stdcall spiSelectGame(int a1, |
| 603 | client_info *gameClientInfo, |
| 604 | user_info *userData, |
| 605 | battle_info *bnCallbacks, |
| 606 | module_info *moduleData, |
| 607 | int a6) |
| 608 | { |
| 609 | DropMessage(0, "spiSelectGame"); |
| 610 | // Looks like an old function and doesn't seem like it's used anymore |
| 611 | // UDPN's function Creates an IPX game select dialog window |
| 612 | return FALSE; |
| 613 | } |
| 614 | |
| 615 | //------------------------------------------------------------------------------------------------------------------------------------ |
| 616 | BOOL __stdcall spiSendExternalMessage(int a1, int a2, int a3, int a4, int a5) |
nothing calls this directly
no test coverage detected