#ifndef SCREEN_H #define SCREEN_H #include extern WINDOW *screen_init(bool israw); extern void screen_end(void); #endif /* SCREEN_H */