From f37aec20ddf6f048b9eabea74c72ca844166acfd Mon Sep 17 00:00:00 2001 From: that Date: Sun, 1 Feb 2015 13:38:35 +0100 Subject: gui: fix hardware keyboard - Power+voldown works again for taking screenshots - Right shift key isn't stuck until users presses "s" - Don't use DataManager for local variables - Simplify handling of Shift keys - Clean up #includes a bit Change-Id: Iff0453107beaa336a9c04422b43e92225fdbe069 --- gui/resources.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gui/resources.hpp') diff --git a/gui/resources.hpp b/gui/resources.hpp index 1a86d544d..603b1c958 100644 --- a/gui/resources.hpp +++ b/gui/resources.hpp @@ -5,6 +5,10 @@ #include "../minzip/Zip.h" +extern "C" { +#include "../minuitwrp/minui.h" +} + // Base Objects class Resource { -- cgit v1.2.3