read.the.docs
This commit is contained in:
parent
ca648f24f6
commit
09674009cb
@ -36,9 +36,10 @@
|
|||||||
#define __DEBUG_H
|
#define __DEBUG_H
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <ncurses.h>
|
||||||
|
|
||||||
#if DEBUG
|
#if DEBUG
|
||||||
#define Debug(__info,...) mvprintfw("Debug: " __info,##__VA_ARGS__); refresh()
|
#define Debug(__info,...) mvprintw(0, 0, "Debug: " __info,##__VA_ARGS__); refresh()
|
||||||
#else
|
#else
|
||||||
#define Debug(__info,...)
|
#define Debug(__info,...)
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user