1 |
// 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 <set> |
16 |
#include <cstdlib> |
17 |
#include <cstdio> |
18 |
|
19 |
#include <cgicc/Cgicc.h> |
20 |
|
21 |
using namespace std; |
22 |
using namespace cgicc; |
23 |
|
24 |
extern bool debug; |
25 |
extern string program; |
26 |
extern Cgicc cgi; |
27 |
|
28 |
#endif // _CGIRenegadeMapSelector_h_ |