mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 21:07:42 +00:00
RumbleFxTable and final FrontEnd options functions
This commit is contained in:
@@ -3,6 +3,14 @@
|
||||
|
||||
#include "CRumbleVoice.hpp"
|
||||
|
||||
enum class EIOPort
|
||||
{
|
||||
Zero,
|
||||
One,
|
||||
Two,
|
||||
Three
|
||||
};
|
||||
|
||||
namespace urde
|
||||
{
|
||||
class CRumbleGenerator
|
||||
@@ -11,6 +19,7 @@ public:
|
||||
CRumbleGenerator();
|
||||
void Update(float);
|
||||
void HardStopAll();
|
||||
void Rumble(const SAdsrData& adsr, float, ERumblePriority prio, EIOPort port);
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user