mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 22:02:49 -06:00
9 lines
136 B
C++
9 lines
136 B
C++
#ifndef STDAPP_HELP_HPP
|
|
#define STDAPP_HELP_HPP
|
|
|
|
void Help(Bar& bar);
|
|
void OnAbout();
|
|
void OnAboutOK();
|
|
void OnHelp();
|
|
|
|
#endif
|