obstacles for the map
Revision 1:d55b0553a29a, committed 2017-05-04
- Comitter:
- el15lm
- Date:
- Thu May 04 08:58:34 2017 +0000
- Parent:
- 0:0c1bbee29dfe
- Commit message:
- added Doxygen code commenting
Changed in this revision
Column.h | Show annotated file Show diff for this revision Revisions of this file |
Wall.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 0c1bbee29dfe -r d55b0553a29a Column.h --- a/Column.h Thu May 04 08:35:52 2017 +0000 +++ b/Column.h Thu May 04 08:58:34 2017 +0000 @@ -5,7 +5,9 @@ #include "N5110.h" #include "Gamepad.h" - +/** Column.h +@brief This library handles a circular type of obstacle. +*/ class Column { private:
diff -r 0c1bbee29dfe -r d55b0553a29a Wall.h --- a/Wall.h Thu May 04 08:35:52 2017 +0000 +++ b/Wall.h Thu May 04 08:58:34 2017 +0000 @@ -5,6 +5,9 @@ #include "N5110.h" #include "Gamepad.h" +/** Column.h +@brief This library handles a rectangular type of obstacle. +*/ class Wall {