From b875124824794a7762414db76ed9f953b8ba320f Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Fri, 26 Dec 2008 12:21:48 +0000 Subject: default player settings in player.ini, palette text colors, cleanups --- src/ui/ui.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/ui/ui.h') diff --git a/src/ui/ui.h b/src/ui/ui.h index ae42ad6..95577cf 100644 --- a/src/ui/ui.h +++ b/src/ui/ui.h @@ -33,6 +33,9 @@ public: /// reload menu files void load(); + + /// apply UI options to the render engine + void apply_render_options(); /// make a window the active window void show_menu(const char *label); -- cgit v1.2.3