code base good enough to actually progress
This commit is contained in:
10
window.h
10
window.h
@ -1,7 +1,7 @@
|
||||
#include <curses.h>
|
||||
#include "window.c"
|
||||
|
||||
void window_left(WINDOW *win, unsigned int start_y, unsigned int start_x, file_data *dir_content);
|
||||
void window_main(WINDOW *win, unsigned int start_y, unsigned int start_x, file_data *dir_content);
|
||||
void window_right(WINDOW *win, unsigned int start_y, unsigned int start_x, file_data *dir_content);
|
||||
|
||||
void window_top(WINDOW *win);
|
||||
void window_btm(WINDOW *win);
|
||||
void window_lft(WINDOW *win);
|
||||
void window_mid(WINDOW *win);
|
||||
void window_rgt(WINDOW *win);
|
||||
|
Reference in New Issue
Block a user