1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00
profanity/windows.h

14 lines
167 B
C
Raw Normal View History

2012-02-05 18:08:15 -05:00
#ifndef WINDOWS_H
#define WINDOWS_h
// windows
WINDOW *title_bar;
WINDOW *cmd_bar;
WINDOW *cmd_win;
WINDOW *main_win;
// window creation
2012-02-05 18:29:09 -05:00
void initgui(void);
2012-02-05 18:08:15 -05:00
#endif