mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-08-03 20:56:22 +00:00
Split out window functions
This commit is contained in:
16
windows.h
Normal file
16
windows.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef WINDOWS_H
|
||||
#define WINDOWS_h
|
||||
|
||||
// windows
|
||||
WINDOW *title_bar;
|
||||
WINDOW *cmd_bar;
|
||||
WINDOW *cmd_win;
|
||||
WINDOW *main_win;
|
||||
|
||||
// window creation
|
||||
void create_title_bar(void);
|
||||
void create_command_bar(void);
|
||||
void create_command_window(void);
|
||||
void create_main_window(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user