#ifndef STDAPP_HELP_HPP #define STDAPP_HELP_HPP void Help(Bar& bar); void OnAbout(); void OnAboutOK(); void OnHelp(); #endif