aboutsummaryrefslogtreecommitdiffstats
path: root/inc/jo_lowbat.hpp
blob: 226990293b9ceb83050a3920994b9df864f0d8cc (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 <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