#ifndef PLATFORMUTILS_H_ #define PLATFORMUTILS_H_ #include namespace PlatformUtils { std::string documentsPath(); } #endif