mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-22 22:23:03 +01:00
add header guard and includes to windows.h
This commit is contained in:
parent
5d07842d96
commit
063523a042
@ -1,8 +1,13 @@
|
|||||||
/*
|
/*
|
||||||
* Toxic -- Tox Curses Client
|
* Toxic -- Tox Curses Client
|
||||||
*/
|
*/
|
||||||
|
#ifndef _windows_h
|
||||||
|
#define _windows_h
|
||||||
|
|
||||||
|
#include <curses.h>
|
||||||
|
#include <stdint.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
#include "../../core/Messenger.h"
|
||||||
#define TOXWINDOWS_MAX_NUM 32
|
#define TOXWINDOWS_MAX_NUM 32
|
||||||
#define MAX_FRIENDS_NUM 100
|
#define MAX_FRIENDS_NUM 100
|
||||||
#define MAX_STR_SIZE 256
|
#define MAX_STR_SIZE 256
|
||||||
@ -32,3 +37,6 @@ struct ToxWindow_ {
|
|||||||
|
|
||||||
WINDOW* window;
|
WINDOW* window;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user