mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-08 01:10:23 +00:00
add render.h
This commit is contained in:
parent
0286798b2d
commit
952e4eaeb2
16
src/lib/render.h
Normal file
16
src/lib/render.h
Normal file
@ -0,0 +1,16 @@
|
||||
#ifndef NOTCURSES_RENDER
|
||||
#define NOTCURSES_RENDER
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <signal.h>
|
||||
|
||||
extern sig_atomic_t sigcont_seen_for_render;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user