| 24 | } |
| 25 | |
| 26 | FXHelper::~FXHelper() { |
| 27 | Stop(); |
| 28 | CloseHandle(stopQuery); |
| 29 | CloseHandle(haveLightFX); |
| 30 | }; |
| 31 | |
| 32 | void FXHelper::ChangeAccent(AlienFX_SDK::Afx_action* action) { |
| 33 | // Check and change if Accent |
nothing calls this directly
no outgoing calls
no test coverage detected