#pragma once namespace input { void init(); bool anyKey(); bool keyPressed(uint8_t tecla); uint8_t getKey(); }