H2 Combustion
|
00001 #ifndef zh2_cmdlineopt 00002 #define zh2_cmdlineopt 00003 00004 #include <algorithm> 00005 #include <string> 00006 00007 namespace zcmd { 00008 00010 char* getCmdOption(char** begin, char** end, const std::string& option); 00011 00013 bool cmdOptionExists(char** begin, char** end, const std::string& option); 00014 00015 } 00016 00017 #endif