mirror of
https://gittea.dev/nova/th.git
synced 2025-10-22 02:40:15 -04:00
initial commit
This commit is contained in:
6
window.h
Normal file
6
window.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#include "curses.h"
|
||||
#include "window.c"
|
||||
|
||||
void window_left(WINDOW *win, unsigned int start_y, unsigned int start_x);
|
||||
void window_main(WINDOW *win, unsigned int start_y, unsigned int start_x);
|
||||
void window_right(WINDOW *win, unsigned int start_y, unsigned int start_x);
|
Reference in New Issue
Block a user