#ifndef MELVIX_INPUT_H #define MELVIX_INPUT_H void mouse_install(); void keyboard_install(); #endif