| 779 | } |
| 780 | |
| 781 | HRESULT FeedbackXBOBT::sStartEffect(void * self, FFEffectDownloadID downloadID, FFEffectStartFlag mode, UInt32 iterations) |
| 782 | { |
| 783 | return FeedbackXBOBT::getThis(self)->StartEffect(downloadID, mode, iterations); |
| 784 | } |
| 785 | |
| 786 | HRESULT FeedbackXBOBT::sStopEffect(void * self, UInt32 downloadID) |
| 787 | { |
nothing calls this directly
no test coverage detected