about summary refs log tree commit diff stats
path: root/src/tui.hpp
diff options
context:
space:
mode:
authorComradeCrow <comradecrow@vivaldi.net>2023-04-02 01:07:06 -0700
committerComradeCrow <comradecrow@vivaldi.net>2023-04-02 01:07:06 -0700
commit63bfecda26d87c7d09691a0b479883a4eb26bf1e (patch)
treeff990d6d0621a2c26abfe8571b9d1a850377bf57 /src/tui.hpp
parent1082974bf046a94b4a52df6e8b3b3649a5bb85d6 (diff)
downloadytcpp-63bfecda26d87c7d09691a0b479883a4eb26bf1e.tar.gz
division
Diffstat (limited to 'src/tui.hpp')
-rw-r--r--src/tui.hpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/tui.hpp b/src/tui.hpp
new file mode 100644
index 0000000..df9433c
--- /dev/null
+++ b/src/tui.hpp
@@ -0,0 +1,8 @@
+#ifndef tui
+#define tui
+#include "tui.cpp"
+#include <string>
+
+std::string renderSearchBar();
+
+#endif
\ No newline at end of file