From b6b490578e5a8a13fdcf9a2221b79273c466ffc6 Mon Sep 17 00:00:00 2001 From: Benlitz Date: Mon, 12 Aug 2013 15:53:49 +0000 Subject: [PATCH] copy-paste failure corrected. --- src/input/input.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/input/input.cpp b/src/input/input.cpp index 2962a82c..b5498cf8 100644 --- a/src/input/input.cpp +++ b/src/input/input.cpp @@ -46,6 +46,7 @@ InputDeviceInternal* InputDeviceInternal::CreateStandardKeyboard() /* "value" is unused, what matters is the index. */ # define KEY_FUNC(key, value) \ keyboard->AddKey(#key); +# include "input/keys.h" # undef KEY_FUNC return keyboard; }