1 2 3 4 5 6 7 8
#ifndef MELVIX_INPUT_H #define MELVIX_INPUT_H void mouse_install(); void keyboard_install(); #endif