#pragma once namespace controller { const bool down(const int which); const bool pressed(const int which); }