summaryrefslogtreecommitdiff
path: root/src/Model
diff options
context:
space:
mode:
authormanzerbredes <loic.guegan_secondary@yahoo.fr>2015-04-30 08:50:37 +0200
committermanzerbredes <loic.guegan_secondary@yahoo.fr>2015-04-30 08:50:37 +0200
commit4afa51e9e686075194194b80c0cc572222ee47aa (patch)
tree982f86c441e732fa24e02f54b565da30d4a1c086 /src/Model
parent8e94318a960259c3ef2dad472705e6de0b3229df (diff)
parent71ebf1235ed023425c2539eabf1d15ba922c1dda (diff)
add file to gitignore
Diffstat (limited to 'src/Model')
-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