aboutsummaryrefslogtreecommitdiffstats
path: root/inc/jo_lowbat.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'inc/jo_lowbat.hpp')
-rw-r--r--inc/jo_lowbat.hpp22
1 files changed, 22 insertions, 0 deletions
diff --git a/inc/jo_lowbat.hpp b/inc/jo_lowbat.hpp
new file mode 100644
index 0000000..2269902
--- /dev/null
+++ b/inc/jo_lowbat.hpp
@@ -0,0 +1,22 @@
+#ifndef JO_LOWBAT_HPP
+#define JO_LOWBAT_HPP
+
+#include <iostream>
+#include <cstring>
+#include <string>
+#include <stream>
+#include <thread>
+#include <chrono>
+#include <memory>
+#include <stdexcept>
+#include <array>
+
+using namespace std;
+using namespace this_thread;
+using namespace chrono;
+
+void jo_notify(const string);
+void jo_speak (const string);
+string jo_exec (const char*);
+
+#endif