JODA  0.13.1 (59b41972)
JSON On-Demand Analysis
CursesFWD.h
Go to the documentation of this file.
1 //
2 // Created by Nico on 16/05/2019.
3 //
4 
5 #ifndef JODA_CURSESFWD_H
6 #define JODA_CURSESFWD_H
7 
8 #ifdef JODA_CURSES_SIMPLE_HEADER
9 #include <curses.h>
10 #include <ncurses.h>
11 #else
12 #include <ncursesw/curses.h>
13 #include <ncursesw/ncurses.h>
14 #endif
15 
16 #endif // JODA_CURSESFWD_H