source: flair-dev/trunk/include/FlairCore/FindArgument.h@ 82

Last change on this file since 82 was 68, checked in by Sanahuja Guillaume, 6 years ago

maj for armv5te

File size: 161 bytes
Line 
1#ifndef FINDARGUMENT
2#define FINDARGUMENT
3
4#include <string>
5
6std::string FindArgument(std::string args,std::string arg,bool recquired);
7
8#endif // FINDARGUMENT
Note: See TracBrowser for help on using the repository browser.