From 71ebf1235ed023425c2539eabf1d15ba922c1dda Mon Sep 17 00:00:00 2001 From: krilius Date: Thu, 30 Apr 2015 08:48:29 +0400 Subject: first version of the controller --- src/Model/ModelConstants.hpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/Model/ModelConstants.hpp (limited to 'src/Model') diff --git a/src/Model/ModelConstants.hpp b/src/Model/ModelConstants.hpp new file mode 100644 index 0000000..5cbc21b --- /dev/null +++ b/src/Model/ModelConstants.hpp @@ -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 \ No newline at end of file -- cgit v1.2.3