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,7 +0,0 @@
#ifndef __FILEOPS_H_
#define __FILEOPS_H_
/// Check if a given path is an existing file (not a directory)
bool isFile(const char *name);
#endif