Browse Source

Move doc from restrict.cpp to header

pull/2849/head
Sid672 5 years ago committed by Anders Jenbo
parent
commit
84c919f20f
  1. 4
      Source/restrict.cpp
  2. 5
      Source/restrict.h

4
Source/restrict.cpp

@ -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";

5
Source/restrict.h

@ -7,6 +7,9 @@
namespace devilution {
/**
* @brief Check that we have write access to the game install folder
*/
void ReadOnlyTest();
}
} // namespace devilution

Loading…
Cancel
Save