2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-14 05:11:21 +00:00
metaforce/Runtime/Input/CRumbleManager.cpp
2016-03-04 13:04:53 -10:00

9 lines
125 B
C++

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