#ifndef NL_KBHIT_H
#define NL_KBHIT_H

void init_keyboard(void);
void close_keyboard(void);
int kbhit(void);
int getch(void);

#endif // NL_KBHIT_H