mirror of
https://github.com/Tha14/toxic.git
synced 2026-01-27 08:53:14 +01:00
moved misc helper functions to separate file and removed redundant includes
This commit is contained in:
@@ -6,12 +6,10 @@
|
||||
#define _windows_h
|
||||
|
||||
#ifndef TOXICVER
|
||||
#define TOXICVER "NOVER" /* Use the -D flag to set this */
|
||||
#define TOXICVER "NOVER_" /* Use the -D flag to set this */
|
||||
#endif
|
||||
|
||||
#include <curses.h>
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include <wctype.h>
|
||||
#include <wchar.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user