diff options
author | Marvin Borner | 2019-09-19 19:56:59 +0200 |
---|---|---|
committer | Marvin Borner | 2019-09-19 20:05:38 +0200 |
commit | 05e1fedcc9cd30d1a34a65e640da45e980b4f859 (patch) | |
tree | 9cfb7620907ac126f26cdfe9363cb73ed74ea179 /src/input/input.h | |
parent | ffd82e18b5259fab477ad375a7af8550fac526d8 (diff) |
Moved source to kernel directory
Diffstat (limited to 'src/input/input.h')
-rw-r--r-- | src/input/input.h | 10 |
1 files changed, 0 insertions, 10 deletions
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 |