source:
flair-src/trunk/lib/FlairCore/src/FindArgument.h@
304
Last change on this file since 304 was 157, checked in by , 8 years ago | |
---|---|
File size: 161 bytes |
Line | |
---|---|
1 | #ifndef FINDARGUMENT |
2 | #define FINDARGUMENT |
3 | |
4 | #include <string> |
5 | |
6 | std::string FindArgument(std::string args,std::string arg,bool recquired); |
7 | |
8 | #endif // FINDARGUMENT |
Note:
See TracBrowser
for help on using the repository browser.