From 05e1fedcc9cd30d1a34a65e640da45e980b4f859 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Thu, 19 Sep 2019 19:56:59 +0200 Subject: Moved source to kernel directory --- src/input/input.h | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 src/input/input.h (limited to 'src/input/input.h') diff --git a/src/input/input.h b/src/input/input.h deleted file mode 100644 index 60d2f79..0000000 --- a/src/input/input.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef MELVIX_INPUT_H -#define MELVIX_INPUT_H - -void mouse_install(); - -char get_mouse(int n); - -void keyboard_install(); - -#endif -- cgit v1.2.3