GRUTinizer
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
TGRUTUtilities.h
Go to the documentation of this file.
1 #ifndef __TGRUTUTILITIES_H_
2 #define __TGRUTUTILITIES_H_
3 
4 #include <string>
5 
6 bool file_exists(const std::string& filename);
7 
8 #endif