make keyboard actually type things
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#ifndef KEYBOARD_H
|
||||
#define KEYBOARD_H
|
||||
|
||||
#include "../include/utils.h"
|
||||
#include "../include/stdio.h"
|
||||
|
||||
void handle_keyboard();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user