metaforce/Runtime/Input/CRumbleGenerator.hpp

18 lines
248 B
C++
Raw Normal View History

2016-02-21 06:34:42 +00:00
#ifndef CRUMBLEGENERATOR_HPP
#define CRUMBLEGENERATOR_HPP
#include "CRumbleVoice.hpp"
namespace pshag
{
class CRumbleGenerator
{
public:
CRumbleGenerator();
void Update(float);
void HardStopAll();
};
}
#endif // CRUMBLEGENERATOR_HPP