mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-07 19:23:58 +03:00
Properly removing the old 'misc' file and fixing a minor error in the platform CMake
This commit is contained in:
parent
819c146ad1
commit
67f89f27a2
13 changed files with 0 additions and 283 deletions
|
@ -1,8 +0,0 @@
|
|||
#include "fileops.hpp"
|
||||
#include <boost/filesystem.hpp>
|
||||
|
||||
bool isFile(const char *name)
|
||||
{
|
||||
boost::filesystem::path cfg_file_path(name);
|
||||
return boost::filesystem::exists(cfg_file_path);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue