mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 21:07:42 +00:00
First round Rumble stubs
This commit is contained in:
17
Runtime/Input/CRumbleGenerator.hpp
Normal file
17
Runtime/Input/CRumbleGenerator.hpp
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef CRUMBLEGENERATOR_HPP
|
||||
#define CRUMBLEGENERATOR_HPP
|
||||
|
||||
#include "CRumbleVoice.hpp"
|
||||
|
||||
namespace pshag
|
||||
{
|
||||
class CRumbleGenerator
|
||||
{
|
||||
public:
|
||||
CRumbleGenerator();
|
||||
void Update(float);
|
||||
void HardStopAll();
|
||||
};
|
||||
}
|
||||
|
||||
#endif // CRUMBLEGENERATOR_HPP
|
||||
Reference in New Issue
Block a user