mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 14:16:09 -06:00
11 lines
235 B
C++
11 lines
235 B
C++
#ifndef STDAPP_SETTINGS_HPP
|
|
#define STDAPP_SETTINGS_HPP
|
|
|
|
void Settings(Bar& bar);
|
|
void OnInternational(Bar& bar);
|
|
void OnOptions();
|
|
void OnOptionsOK();
|
|
void OnOptionsCancel();
|
|
void OnLanguage(const int language_id);
|
|
|
|
#endif
|