#ifndef _CRUMBLEMANAGER_HPP #define _CRUMBLEMANAGER_HPP #include "types.h" #include "Kyoto/Input/CRumbleGenerator.hpp" class CRumbleManager { private: CRumbleGenerator x0_rumbleGenerator; }; #endif