#ifndef PARSERSETTINGS_H_ #define PARSERSETTINGS_H_ #include extern std::string librarydir; extern int parser_error_pos; void parser_init(const std::string &applicationpath); #endif