Revision: | 131 |
Committed: | 2003-04-05T22:20:47-08:00 (22 years, 3 months ago) by douglas |
Content type: | text/x-c |
Original Path: | trunk/CGIRenegadeMapSelector/CGIRenegadeMapSelector.h |
File size: | 387 byte(s) |
Log Message: | Initial revision |
# | User | Rev | Content |
---|---|---|---|
1 | douglas | 131 | // CGI Renegade Map Selector |
2 | // | ||
3 | // Douglas Thrift | ||
4 | // | ||
5 | // CGIRenegadeMapSelector.h | ||
6 | |||
7 | #ifndef _CGIRenegadeMapSelector_h_ | ||
8 | #define _CGIRenegadeMapSelector_h_ | ||
9 | |||
10 | #include <iostream> | ||
11 | #include <fstream> | ||
12 | #include <sstream> | ||
13 | #include <string> | ||
14 | #include <vector> | ||
15 | #include <cstdlib> | ||
16 | #include <cstdio> | ||
17 | |||
18 | using namespace std; | ||
19 | |||
20 | extern bool debug; | ||
21 | extern string program; | ||
22 | |||
23 | #endif // _CGIRenegadeMapSelector_h_ |