#ifndef INCLUDE_INPUT_H #define INCLUDE_INPUT_H namespace WalrusRPG { namespace Input { bool key_a(); bool key_b(); bool key_l(); bool key_r(); bool key_up(); bool key_down(); bool key_left(); bool key_right(); bool key_start(); bool key_select(); } } #endif