diff options
Diffstat (limited to 'include/ncurses/core.hpp')
-rw-r--r-- | include/ncurses/core.hpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/ncurses/core.hpp b/include/ncurses/core.hpp new file mode 100644 index 0000000..28ae984 --- /dev/null +++ b/include/ncurses/core.hpp @@ -0,0 +1,6 @@ +#ifndef INCLUDE_NCURSES_CORE_HPP_ +#define INCLUDE_NCURSES_CORE_HPP_ + +#include <ncurses/utils/preamble.hpp> + +#endif // INCLUDE_NCURSES_CORE_HPP_ |