# | Line 7 | Line 7 | |
---|---|---|
7 | #include "CGIRenegadeMapSelector.h" | |
8 | #include "RenegadeConfig.h" | |
9 | ||
10 | + | #include <cgicc/Cgicc.h> |
11 | + | |
12 | + | using namespace cgicc; |
13 | + | |
14 | bool debug = false; | |
15 | string program; | |
16 | + | Cgicc cgi; |
17 | RenegadeConfig* config; | |
18 | ||
19 | < | int main(int argc, char* argv[]) |
19 | > | int main(int argc, char* argv[], char** env) |
20 | { | |
16 | – | // |
17 | – | |
21 | cout << "Content-Type: text/html\n\n"; | |
22 | ||
23 | + | // |
24 | + | |
25 | return 0; | |
26 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |