mirror of https://github.com/AxioDL/metaforce.git
9 lines
126 B
C++
9 lines
126 B
C++
|
#include "CRumbleManager.hpp"
|
||
|
|
||
|
namespace pshag
|
||
|
{
|
||
|
|
||
|
void CRumbleManager::Update(float dt) { x0_rumbleGenerator.Update(dt); }
|
||
|
|
||
|
}
|