mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
fix v7
This commit is contained in:
parent
8978f9bcc6
commit
713787d92f
9 changed files with 18 additions and 34 deletions
|
@ -83,6 +83,11 @@ boost::filesystem::path AndroidPath::getGlobalDataPath() const
|
|||
return globalDataPath / mName;
|
||||
}
|
||||
|
||||
boost::filesystem::path AndroidPath::getInstallPath() const
|
||||
{
|
||||
return boost::filesystem::path();
|
||||
}
|
||||
|
||||
|
||||
} /* namespace Files */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue