Ad GetDataDirectory

This commit is contained in:
2024-06-24 10:56:58 +02:00
parent d9af637050
commit b737ab1350
3 changed files with 20 additions and 7 deletions

View File

@ -215,4 +215,7 @@ void FrameEnd();
/// @brief Returns App Working Directory path
/// @return AppDir Path
std::string GetAppDirectory();
/// @brief returns path to the Data Directory
/// @return data dir path
std::string GetDataDirectory();
} // namespace RenderD7