Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed MotionSensor
Diff: Entity/Mobs/Snake/Snake.h
- Revision:
- 59:fd4669864b67
- Parent:
- 58:c8d90bb7404a
--- a/Entity/Mobs/Snake/Snake.h Thu May 09 14:43:45 2019 +0000
+++ b/Entity/Mobs/Snake/Snake.h Thu May 09 14:49:27 2019 +0000
@@ -3,9 +3,9 @@
#include "Entity.h"
/**Snake Class
-@author Steven Mahasin
-@brief Creates a Snake which inherits the Entity class, this is one of the mobs that spawns in the normal rooms.
-@date May 2019
+*@author Steven Mahasin
+*@brief Creates a Snake which inherits the Entity class, this is one of the mobs that spawns in the normal rooms.
+*@date May 2019
*/
class Snake : public Entity
{
@@ -13,8 +13,8 @@
public:
/** Constructor
* @brief creates a snake at positions pos_x and pos_y
- * @param pos_x @details initialise _position.x
- * @param pos_y @details initialise _position.y
+ * @param pos_x - initialise _position.x
+ * @param pos_y - initialise _position.y
*/
Snake(float pos_x, float pos_y);