summaryrefslogtreecommitdiff
path: root/src/Model/ModelConstants.hpp
diff options
context:
space:
mode:
authormanzerbredes <loic.guegan_secondary@yahoo.fr>2015-05-01 13:18:26 +0200
committermanzerbredes <loic.guegan_secondary@yahoo.fr>2015-05-01 13:18:26 +0200
commit048f1e17b752d2af53db82c1861002283fc300fa (patch)
treeaf7e01538efa1304e53ed89786ff7afeadc3a325 /src/Model/ModelConstants.hpp
parent672358a947ff4bff7e0b4e0afaa90c30480ce65b (diff)
Add some newers things :
-Change helper ModelConstants to Keyboard -Now helpers is in folder Helpers -Change direction name to use CamelCase
Diffstat (limited to 'src/Model/ModelConstants.hpp')
-rw-r--r--src/Model/ModelConstants.hpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/Model/ModelConstants.hpp b/src/Model/ModelConstants.hpp
deleted file mode 100644
index 5cbc21b..0000000
--- a/src/Model/ModelConstants.hpp
+++ /dev/null
@@ -1,12 +0,0 @@
-#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