# | Line 10 | Line 10 | |
---|---|---|
10 | #include <iostream> | |
11 | #include <vector> | |
12 | #include <set> | |
13 | + | #include <map> |
14 | #include <cstdlib> | |
15 | #include <cstdio> | |
16 | #include <string> | |
# | Line 24 | Line 25 | |
25 | using namespace std; | |
26 | using namespace redi; | |
27 | ||
28 | + | extern string program; |
29 | + | extern string programName; |
30 | + | extern string programVersion; |
31 | + | extern bool debug; |
32 | + | extern map<string, string> config; |
33 | + | |
34 | + | void usage(); |
35 | + | void version(); |
36 | + | |
37 | #endif // _Spectre_h_ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |