summaryrefslogtreecommitdiff
path: root/src/core/params.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/params.h')
-rw-r--r--src/core/params.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/params.h b/src/core/params.h
index 21fffd7..85f4084 100644
--- a/src/core/params.h
+++ b/src/core/params.h
@@ -62,6 +62,10 @@
#define MPK_SELECTION_LINE "gui.editor.views.selection_line"
#define MPK_TOOLTIP_MAX_CALLS "gui.editor.views.tooltip_max_calls"
#define MPK_TOOLTIP_MAX_STRINGS "gui.editor.views.tooltip_max_strings"
+#define MPK_LINK_DEFAULT "gui.editor.graph.link.default"
+#define MPK_LINK_BRANCH_TRUE "gui.editor.graph.link.branch_true"
+#define MPK_LINK_BRANCH_FALSE "gui.editor.graph.link.branch_false"
+#define MPK_LINK_LOOP "gui.editor.graph.link.loop"
#define MPK_KEYBINDINGS_EDIT "gui.key_bindings.global.edit"
#define MPK_TMPDIR "misc.tmpdir"
#define MPK_AUTO_SAVE "project.autosave"