#pragma once namespace rack { const int GAMEPAD_DRIVER = -10; void gamepadStep(); } // namespace rack