| 774 | } |
| 775 | |
| 776 | HRESULT FeedbackXBOBT::sSetProperty(void * self, FFProperty property, void * pValue) |
| 777 | { |
| 778 | return FeedbackXBOBT::getThis(self)->SetProperty(property, pValue); |
| 779 | } |
| 780 | |
| 781 | HRESULT FeedbackXBOBT::sStartEffect(void * self, FFEffectDownloadID downloadID, FFEffectStartFlag mode, UInt32 iterations) |
| 782 | { |
nothing calls this directly
no test coverage detected