aboutsummaryrefslogtreecommitdiff
path: root/brep/options-types
diff options
context:
space:
mode:
Diffstat (limited to 'brep/options-types')
-rw-r--r--brep/options-types10
1 files changed, 10 insertions, 0 deletions
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