add file to gitignore
This commit is contained in:
commit
4afa51e9e6
5 changed files with 101 additions and 5 deletions
12
src/Model/ModelConstants.hpp
Normal file
12
src/Model/ModelConstants.hpp
Normal file
|
@ -0,0 +1,12 @@
|
|||
#ifndef DEF_MODELCONSTANTS
|
||||
#define DEF_MODELCONSTANTS
|
||||
|
||||
/* ModelConstants.hpp
|
||||
* Constains constants and enums used in the whole model
|
||||
* Creators : krilius, manzerbredes
|
||||
* Date : 29/04/2015 */
|
||||
|
||||
enum Direction { UP, DOWN, LEFT, RIGHT };
|
||||
typedef enum Direction Direction;
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue