Revision: | 136 |
Committed: | 2003-04-14T15:21:40-07:00 (22 years, 2 months ago) by douglas |
Content type: | text/x-c |
File size: | 260 byte(s) |
Log Message: | Yes! |
# | Content |
---|---|
1 | // CGI Renegade Map Selector |
2 | // |
3 | // Douglas Thrift |
4 | // |
5 | // MapSelector.h |
6 | |
7 | #ifndef _MapSelector_h_ |
8 | #define _MapSelector_h_ |
9 | |
10 | #include "CGIRenegadeMapSelector.h" |
11 | #include "RenegadeConfig.h" |
12 | |
13 | class MapSelector |
14 | { |
15 | private: |
16 | // |
17 | public: |
18 | // |
19 | }; |
20 | |
21 | #endif // _MapSelector_h_ |