From 89737ad005f4c066234a5282a1a46eb68b2c1ace Mon Sep 17 00:00:00 2001 From: Joe Date: Tue, 3 Dec 2019 20:21:09 +0100 Subject: cpp mode --- inc/jo_lowbat.hpp | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 inc/jo_lowbat.hpp (limited to 'inc') 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 +#include +#include +#include +#include +#include +#include +#include +#include + +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 -- cgit v1.2.3