Revision: | 136 |
Committed: | 2003-04-14T15:21:40-07:00 (22 years, 2 months ago) by douglas |
Content type: | text/x-c |
Original Path: | trunk/CGIRenegadeMapSelector/MapSelector.h |
File size: | 260 byte(s) |
Log Message: | Yes! |
# | User | Rev | Content |
---|---|---|---|
1 | douglas | 136 | // 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_ |