#pragma once // Minimal stub for emulator build class InputManager { public: bool has_buttons() const { return false; } };