1
0
mirror of https://gittea.dev/nova/th.git synced 2025-10-22 02:40:15 -04:00
Files
th/window.h
2025-02-26 22:19:32 +01:00

8 lines
328 B
C

#include <curses.h>
#include "window.c"
void window_left(WINDOW *win, unsigned int start_y, unsigned int start_x, char **dir_content);
void window_main(WINDOW *win, unsigned int start_y, unsigned int start_x, char **dir_content);
void window_right(WINDOW *win, unsigned int start_y, unsigned int start_x, char **dir_content);