#ifndef __COMMON_FILE_H__ #define __COMMON_FILE_H__ #include #include #if defined (__WIN32__) #else #include #endif bool FileExists(std::string Filename); #endif