Organize all the code

This commit is contained in:
manzerbredes 2015-05-03 09:57:31 +02:00
parent af7f2fc870
commit 4cc6c6596b
7 changed files with 57 additions and 33 deletions

View file

@ -10,6 +10,7 @@ namespace kbdh {
//Key arrow
enum Direction { Up, Down, Left, Right };
//Key arrow typedef
typedef enum Direction Direction;
}