mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-25 18:56:20 +00:00
Added header define to window.h
This commit is contained in:
@@ -20,6 +20,9 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef WINDOW_H
|
||||||
|
#define WINDOW_H
|
||||||
|
|
||||||
#include "ui.h"
|
#include "ui.h"
|
||||||
|
|
||||||
typedef struct prof_win_t {
|
typedef struct prof_win_t {
|
||||||
@@ -35,3 +38,5 @@ typedef struct prof_win_t {
|
|||||||
|
|
||||||
ProfWin* window_create(const char * const title, int cols, win_type_t type);
|
ProfWin* window_create(const char * const title, int cols, win_type_t type);
|
||||||
void window_free(ProfWin *window);
|
void window_free(ProfWin *window);
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user