// Log.h // By: Odis #ifndef __LOG_H_ #define __LOG_H_ //C++ compatible version of glog void glog(const char *txt, ...); // returns true or false if a file or directory exists bool exists_file( char *filen ); #endif // __LOG_H_