#ifndef MELVIX_INPUT_H #define MELVIX_INPUT_H void mouse_install(); char get_mouse(int n); void keyboard_install(); #endif