Add some newers things :
-Change helper ModelConstants to Keyboard -Now helpers is in folder Helpers -Change direction name to use CamelCase
This commit is contained in:
parent
672358a947
commit
048f1e17b7
9 changed files with 25 additions and 107 deletions
17
src/Helpers/Keyboard.hpp
Normal file
17
src/Helpers/Keyboard.hpp
Normal file
|
@ -0,0 +1,17 @@
|
|||
#ifndef DEF_MODELCONSTANTS
|
||||
#define DEF_MODELCONSTANTS
|
||||
|
||||
/* ModelConstants.hpp
|
||||
* Constains constants and enums used in the whole model
|
||||
* Creators : krilius, manzerbredes
|
||||
* Date : 29/04/2015 */
|
||||
|
||||
namespace kbdh {
|
||||
|
||||
//Key arrow
|
||||
enum Direction { Up, Down, Left, Right };
|
||||
typedef enum Direction Direction;
|
||||
|
||||
}
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue