Move doc from restrict.cpp to header

This commit is contained in:
Sid672 2021-09-11 14:37:04 +05:30 committed by Anders Jenbo
commit 84c919f20f
2 changed files with 4 additions and 5 deletions

View file

@ -10,10 +10,6 @@
namespace devilution {
/**
* @brief Check that we have write access to the game install folder
*/
void ReadOnlyTest()
{
const std::string path = paths::PrefPath() + "Diablo1ReadOnlyTest.foo";