| 196:168a38ae1b2d | 197:9cbd4f09a22f |
|---|---|
| 29 | 29 |
| 30 #ifndef INPUT_H | 30 #ifndef INPUT_H |
| 31 #define INPUT_H | 31 #define INPUT_H |
| 32 | 32 |
| 33 #include <stdlib.h> | 33 #include <stdlib.h> |
| 34 #include <ncurses.h> | 34 #include <curses.h> |
| 35 | 35 |
| 36 #ifdef __cplusplus | 36 #ifdef __cplusplus |
| 37 extern "C" { | 37 extern "C" { |
| 38 #endif | 38 #endif |
| 39 | 39 |