From 4fec7e73201ed50e4a4157cb1ea1f1c63566dd89 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 28 Feb 2016 16:49:17 +0200 Subject: Menu customization --- brep/options-types | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'brep/options-types') diff --git a/brep/options-types b/brep/options-types index 767423c..922637b 100644 --- a/brep/options-types +++ b/brep/options-types @@ -17,6 +17,16 @@ namespace brep full, brief }; + + struct page_menu + { + string label; + string link; + + page_menu () = default; + page_menu (string b, string l): label (move (b)), link (move (l)) {} + }; + } #endif // BREP_OPTIONS_TYPES -- cgit v1.1