summaryrefslogtreecommitdiff
path: root/src/Model/ModelConstants.hpp
diff options
context:
space:
mode:
authorkrilius <ulrich.lejoyeux@gmail.com>2015-04-30 08:48:29 +0400
committerkrilius <ulrich.lejoyeux@gmail.com>2015-04-30 08:48:29 +0400
commit71ebf1235ed023425c2539eabf1d15ba922c1dda (patch)
tree6a6e78a49a85d75a548da263ac4bd0f83635de98 /src/Model/ModelConstants.hpp
parenta3b805ee7b96d1d693c4108f0104650cfd60b565 (diff)
first version of the controller
Diffstat (limited to 'src/Model/ModelConstants.hpp')
-rw-r--r--src/Model/ModelConstants.hpp12
1 files changed, 12 insertions, 0 deletions
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