#include "Project/Controller/PadRumbleKeeper.h" namespace al { PadRumbleKeeper::PadRumbleKeeper(s32 port) : mPort(port) {} } // namespace al