| 741 | } |
| 742 | |
| 743 | HRESULT Feedback360::sStartEffect(void * self, FFEffectDownloadID downloadID, FFEffectStartFlag mode, UInt32 iterations) |
| 744 | { |
| 745 | return Feedback360::getThis(self)->StartEffect(downloadID, mode, iterations); |
| 746 | } |
| 747 | |
| 748 | HRESULT Feedback360::sStopEffect(void * self, UInt32 downloadID) |
| 749 | { |
nothing calls this directly
no test coverage detected