The chokepoint function to call the dll function
| 1013 | }; |
| 1014 | // The chokepoint function to call the dll function |
| 1015 | void CallMultiScoreDLL(int eventnum, void *data) { |
| 1016 | if (MultiDLLHandle.handle && DLLMultiCall) |
| 1017 | DLLMultiScoreCall(eventnum, data); |
| 1018 | } |
| 1019 | // Determine if the Score API functions should run |
| 1020 | bool ScoreAPIShouldBail() { |
| 1021 | if (!(Game_mode & GM_MULTI)) |
no outgoing calls
no test coverage detected