Return by value and other fixes
This commit is contained in:
parent
29bb82cb8e
commit
3d75e3cd07
2 changed files with 8 additions and 14 deletions
|
@ -154,7 +154,7 @@ std::string GetBundleDirectory();
|
|||
|
||||
#ifdef _WIN32
|
||||
std::string& GetExeDirectory();
|
||||
std::string& AppDataLocalDirectory();
|
||||
std::string AppDataLocalDirectory();
|
||||
#endif
|
||||
|
||||
size_t WriteStringToFile(bool text_file, const std::string& str, const char* filename);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue