mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 21:47:42 +00:00
First round Rumble stubs
This commit is contained in:
8
Runtime/Input/CRumbleManager.cpp
Normal file
8
Runtime/Input/CRumbleManager.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "CRumbleManager.hpp"
|
||||
|
||||
namespace pshag
|
||||
{
|
||||
|
||||
void CRumbleManager::Update(float dt) { x0_rumbleGenerator.Update(dt); }
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user