curses.h: remove gl header inclusion
[rofl0r-df-libgraphics.git] / g_src / curses.h
blob1072b305b7f35020e8ab5e094d320cef55bd5e99
1 #ifndef DF_CURSES_H
2 #define DF_CURSES_H
4 extern "C" {
5 #ifndef __APPLE__
6 #ifdef unix
7 # include <ncursesw/curses.h>
8 # undef COLOR_BLUE
9 # undef COLOR_CYAN
10 # undef COLOR_RED
11 # undef COLOR_YELLOW
12 # include <dlfcn.h>
13 #endif
14 #endif
17 #ifndef __APPLE__
18 #ifdef unix
19 extern "C" {
20 void init_curses();
21 extern WINDOW **stdscr_p;
23 #endif
24 #endif
27 #endif