------------------------------------------------------------------------------------------------------------------------------------
| 621 | } |
| 622 | //------------------------------------------------------------------------------------------------------------------------------------ |
| 623 | BOOL __stdcall spiLeagueGetName(char *pszDest, DWORD dwSize) |
| 624 | { |
| 625 | DropMessage(0, "spiLeagueGetName"); |
| 626 | // This function is complete |
| 627 | return TRUE; |
| 628 | } |
| 629 | //------------------------------------------------------------------------------------------------------------------------------------ |
| 630 | SNP::NetFunctions spiFunctions = { |
| 631 | sizeof(SNP::NetFunctions), |
nothing calls this directly
no test coverage detected