diff options
| author | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2015-05-03 09:57:31 +0200 |
|---|---|---|
| committer | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2015-05-03 09:57:31 +0200 |
| commit | 4cc6c6596b614fce392040b85a182dbf50d0b044 (patch) | |
| tree | ec6932c060e8a9ebc54be380832db47fb2c6c735 /src/Helpers/Keyboard.hpp | |
| parent | af7f2fc8700df64f245caf7b864e777831867c3f (diff) | |
Organize all the code
Diffstat (limited to 'src/Helpers/Keyboard.hpp')
| -rw-r--r-- | src/Helpers/Keyboard.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Helpers/Keyboard.hpp b/src/Helpers/Keyboard.hpp index 9d2dfa3..c24c1ba 100644 --- a/src/Helpers/Keyboard.hpp +++ b/src/Helpers/Keyboard.hpp @@ -10,6 +10,7 @@ namespace kbdh { //Key arrow enum Direction { Up, Down, Left, Right }; + //Key arrow typedef typedef enum Direction Direction; } |
