#ifndef LOAD_H_ #define LOAD_H_ #include std::string load_string( bool ); #endif