aboutsummaryrefslogtreecommitdiffstats
path: root/inc/jo_lowbat.hpp
blob: dc6327505d8085fa7fe3de694b09432da518b9ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#ifndef JO_LOWBAT_HPP
#define JO_LOWBAT_HPP

#include <iostream>
#include <cstring>
#include <string>
#include <sstream>
#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