6318fc4470d3dd4dc272d58d283a9df98cc8474c
[nit.git] / lib / curses / curses.nit.h
1 /*
2 Extern implementation of Nit module curses
3 File initially created by nits to implement extern methods body
4 */
5
6 #ifndef CURSES_NIT_H
7 #define CURSES_NIT_H
8
9 #include <curses._nitni.h>
10 #include <curses.h>
11
12 #define Window void*
13 Window new_Window___impl( );
14 void Window_mvaddstr___impl( Window recv, bigint y, bigint x, String str );
15 void Window_refresh___impl( Window recv );
16 void Window_wclear___impl( Window recv );
17 void Window_delwin___impl( Window recv );
18 void Window_endwin___impl( Window recv );
19 void Sys_nanosleep___impl( Sys recv, bigint sec, bigint nanosec );
20 int Stdin_poll_in___impl( Stdin recv );
21 #endif