mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
shader cache
This commit is contained in:
parent
950bf66334
commit
c27ff546e4
15 changed files with 103 additions and 8 deletions
|
@ -67,6 +67,13 @@ struct LinuxPath
|
|||
*/
|
||||
boost::filesystem::path getGlobalDataPath() const;
|
||||
|
||||
/**
|
||||
* \brief
|
||||
*
|
||||
* \return boost::filesystem::path
|
||||
*/
|
||||
boost::filesystem::path getCachePath() const;
|
||||
|
||||
/**
|
||||
* \brief Gets the path of the installed Morrowind version if there is one.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue