mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
Cleaned up CommonPaths some more and removed BuildCompleteFilename()
This commit is contained in:
@@ -57,6 +57,4 @@ std::string TabsToSpaces(int tab_size, const std::string &in);
|
||||
// "C:/Windows/winhelp.exe" to "C:/Windows/", "winhelp", ".exe"
|
||||
bool SplitPath(const std::string& full_path, std::string* _pPath, std::string* _pFilename, std::string* _pExtension);
|
||||
|
||||
void BuildCompleteFilename(std::string& _CompleteFilename, const std::string& _Path, const std::string& _Filename);
|
||||
|
||||
#endif // _STRINGUTIL_H_
|
||||
|
||||
Reference in New Issue
Block a user