Revision: | 131 |
Committed: | 2003-04-05T22:20:47-08:00 (22 years, 3 months ago) by douglas |
File size: | 304 byte(s) |
Log Message: | Initial revision |
# | Content |
---|---|
1 | // CGI Renegade Map Selector |
2 | // |
3 | // Douglas Thrift |
4 | // |
5 | // CGIRenegadeMapSelector.cpp |
6 | |
7 | #include "CGIRenegadeMapSelector.h" |
8 | #include "RenegadeConfig.h" |
9 | |
10 | bool debug = false; |
11 | string program; |
12 | RenegadeConfig* config; |
13 | |
14 | int main(int argc, char* argv[]) |
15 | { |
16 | // |
17 | |
18 | cout << "Content-Type: text/html\n\n"; |
19 | |
20 | return 0; |
21 | } |