diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-07-03 14:49:42 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-07-03 14:49:42 -0400 |
commit | 4907843ac7a43d5d3519f9696ae90e0736d96c9d (patch) | |
tree | e46b99c162f4fe923e293bd49a64157ce0ce1266 /include/ui.hpp | |
parent | d96c869152527ae0c570de1d1c8552ec64d7fddb (diff) |
control updating, WIP DO NOT PULL
Diffstat (limited to 'include/ui.hpp')
-rw-r--r-- | include/ui.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ui.hpp b/include/ui.hpp index 25fbd3c..56c484c 100644 --- a/include/ui.hpp +++ b/include/ui.hpp @@ -41,6 +41,7 @@ ** --------------------------------------------------------------------------*/ void setControl(unsigned int index, SDL_Keycode key); +SDL_Keycode getControl(unsigned int index); namespace ui { |