HotKey: fix warnings

This commit is contained in:
degasus 2015-02-04 20:19:16 +01:00
commit 68c70be960
3 changed files with 5 additions and 5 deletions

View file

@ -36,6 +36,4 @@ namespace HotkeyManagerEmu
InputConfig* GetConfig();
void GetStatus(u8 _port, HotkeyStatus* _pKeyboardStatus);
bool IsPressed(int Id, bool held);
static u32 hotkeyDown[6];
}