Organize all the code
This commit is contained in:
parent
af7f2fc870
commit
4cc6c6596b
7 changed files with 57 additions and 33 deletions
|
@ -10,6 +10,7 @@ namespace kbdh {
|
|||
|
||||
//Key arrow
|
||||
enum Direction { Up, Down, Left, Right };
|
||||
//Key arrow typedef
|
||||
typedef enum Direction Direction;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue