diff options
author | Daniil Rozanov <dev@rozanov.info> | 2025-03-15 18:03:23 +0400 |
---|---|---|
committer | Daniil Rozanov <dev@rozanov.info> | 2025-03-15 18:03:23 +0400 |
commit | 4a9ce6e2555dfaf9155fa279f25667350377f688 (patch) | |
tree | 11bc0ea3a7b1c0be2c47419b7058d46d16e5f9f4 /include/ncurses/core.hpp |
feat: chtype wrap
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_ |