| 232 | } |
| 233 | |
| 234 | void FXHelper::QueryUpdate(byte force) { |
| 235 | QueryAllDevs(LightQueryElement({ force, 1 })); |
| 236 | } |
| 237 | |
| 238 | void FXHelper::SetLight(DWORD lgh, vector<AlienFX_SDK::Afx_action>* actions) |
| 239 | { |
nothing calls this directly
no test coverage detected