| 288 | void WA2InputModule::SetPlayer(Player *p){ pl = p; } |
| 289 | |
| 290 | void WA2InputModule::SetPlayerConfig(PlayerConfig *p){ cf = p; } |
| 291 | |
| 292 | void WA2InputModule::SetSoundData(SoundData *s){ sdat = s; } |
| 293 |
nothing calls this directly
no outgoing calls
no test coverage detected