// -*- mode:C++ ; compile-command: "g++ -I.. -g -c Help1.cc" -*- #ifndef _HELP_H #define _HELP_H #ifdef HAVE_CONFIG_H #include "config.h" #endif #ifndef IN_GIAC #include #include #include #else #include "first.h" #include "gen.h" #include "identificateur.h" #endif #include "vector.h" #include #include #ifdef HAVE_LIBFLTK #include #include #include #include #include #include #include #endif #ifdef HAVE_LC_MESSAGES #include #endif #include "giacintl.h" #ifndef NO_NAMESPACE_XCAS namespace xcas { #endif // ndef NO_NAMESPACE_XCAS std::string translate_html_title(const std::string & s); std::string help_translate(const std::string & s); void help_fltk(const std::string &); #ifndef NO_NAMESPACE_XCAS } // namespace xcas #endif // ndef NO_NAMESPACE_XCAS #endif // _HELP_H