bump simplecpp

This commit is contained in:
Daniel Marjamäki 2017-06-21 14:27:08 +02:00
parent 18c97c5456
commit c4c3802c54
1 changed files with 3 additions and 0 deletions

View File

@ -294,6 +294,9 @@ namespace simplecpp {
* Deallocate data
*/
SIMPLECPP_LIB void cleanup(std::map<std::string, TokenList*> &filedata);
/** Simplify path */
SIMPLECPP_LIB std::string simplifyPath(std::string path);
}
#endif