- added M_GetDocumentsPath function.

This commit is contained in:
Christoph Oelckers 2017-12-03 21:03:44 +01:00
commit a945418ba6
4 changed files with 73 additions and 0 deletions

View file

@ -60,5 +60,6 @@ FString M_GetCajunPath(const char *filename);
FString M_GetConfigPath(bool for_reading);
FString M_GetScreenshotsPath();
FString M_GetSavegamesPath();
FString M_GetDocumentsPath();
#endif