#include "CRumbleManager.hpp" namespace pshag { void CRumbleManager::Update(float dt) { x0_rumbleGenerator.Update(dt); } }