aboutsummaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2019-12-03 20:21:09 +0100
committerJoe <bousset.rudy@gmail.com>2019-12-03 20:21:09 +0100
commit89737ad005f4c066234a5282a1a46eb68b2c1ace (patch)
tree7b521091227050c84dca220715e20bf1347c39d3 /inc
parentREADME update (diff)
downloadlowbat-gnu-89737ad005f4c066234a5282a1a46eb68b2c1ace.tar.gz
lowbat-gnu-89737ad005f4c066234a5282a1a46eb68b2c1ace.tar.bz2
lowbat-gnu-89737ad005f4c066234a5282a1a46eb68b2c1ace.tar.xz
lowbat-gnu-89737ad005f4c066234a5282a1a46eb68b2c1ace.tar.zst
lowbat-gnu-89737ad005f4c066234a5282a1a46eb68b2c1ace.zip
cpp mode
Diffstat (limited to 'inc')
-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