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