2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-14 15:11:21 +00:00
metaforce/Runtime/Input/CRumbleManager.cpp

9 lines
126 B
C++

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