From 4addb711c6a1a282b0a59bf03e850a86ba2ead69 Mon Sep 17 00:00:00 2001 From: tomsmeding Date: Sun, 8 Jan 2017 22:43:35 +0100 Subject: Initial --- config.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 config.h (limited to 'config.h') diff --git a/config.h b/config.h new file mode 100644 index 0000000..0f9ab5d --- /dev/null +++ b/config.h @@ -0,0 +1,12 @@ +#pragma once + +#include + +#include "command.h" + +using namespace std; + + +using Keybindings = unordered_map; + +extern Keybindings global_keybindings; -- cgit v1.2.3-54-g00ecf