
Final Commit
Dependencies: mbed
Diff: SnakeEngine/SnakeEngine.h
- Revision:
- 20:277e88a8185f
- Parent:
- 19:b437806e579b
- Child:
- 21:63c5590cb2c2
--- a/SnakeEngine/SnakeEngine.h Mon Apr 30 10:13:35 2018 +0000 +++ b/SnakeEngine/SnakeEngine.h Mon Apr 30 11:15:44 2018 +0000 @@ -8,9 +8,6 @@ #include "Food.h" #include "Snake.h" -#define SNAKE_X 74 -#define SNAKE_Y 23 -#define SNAKE_DIRECTION W /** SnakeEngine Class * @brief Class that initialises and defines the game charectoristics ready for the main file @@ -77,8 +74,8 @@ Snake _snake; //Direction _snake_current_direction; - int _snake_position_x; - int _snake_position_y; + int _snake_pos_x; + int _snake_pos_y; Direction _in; Direction _cur;