| 167 | } |
| 168 | |
| 169 | WA2InputModuleMSP::WA2InputModuleMSP(PlayerMSP *p, PlayerConfig *c, SoundDataMSP *s) |
| 170 | : pl(p), sdat(s), WA2InputModule(p,c,s) |
| 171 | { |
| 172 | memset(last_fn,0,512); |
| 173 | } |
| 174 | |
| 175 | WA2InputModuleMSP::~WA2InputModuleMSP(){} |
nothing calls this directly
no outgoing calls
no test coverage detected