Properly removing the old 'misc' file and fixing a minor error in the platform CMake

This commit is contained in:
athile 2010-06-27 18:12:31 -07:00
parent 819c146ad1
commit 67f89f27a2
13 changed files with 0 additions and 283 deletions

View file

@ -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);
}