src/input.h

changeset 198
7850e9a6f007
parent 197
9cbd4f09a22f
child 200
4913bc0ff3e5
equal deleted inserted replaced
197:9cbd4f09a22f 198:7850e9a6f007
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 <stdbool.h> /* necessary to avoid errors with outdated curses.h */
34 #include <curses.h> 35 #include <curses.h>
35 36
36 #ifdef __cplusplus 37 #ifdef __cplusplus
37 extern "C" { 38 extern "C" {
38 #endif 39 #endif

mercurial