# | Line 13 | Line 13 | string programName = "Spectre Samba Moun | |
---|---|---|
13 | string programVersion = "1.0alpha"; | |
14 | bool debug = false; | |
15 | ||
16 | < | #include "configure.h" |
16 | > | Config config; |
17 | ||
18 | int main(int argc, char* argv[]) | |
19 | { | |
20 | program = argv[0]; | |
21 | + | |
22 | + | #include "configure.h" |
23 | ||
24 | for (int index = 1; index < argc; index++) | |
25 | { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |