Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/menu.h')
-rw-r--r--src/ui/menu.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ui/menu.h b/src/ui/menu.h
index e3a853a..bbcea5a 100644
--- a/src/ui/menu.h
+++ b/src/ui/menu.h
@@ -22,14 +22,14 @@ class Menu : public Window
public:
/// create a new menu
- Menu(Window *parent, const char * label);
+ Menu(Window *parent, const char * label = 0);
~Menu();
- /// load a menu from ini/menus/label.ini
- void load();
-
/// set the background bitmap
void set_background_texture(const char *texture);
+
+ /// set the background bitmap
+ void set_background_texture(const std::string &texture);
/// add a label
Label *add_label(char const * text=0);