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.
Diff: View.h
- Revision:
- 2:891b3618be4f
- Parent:
- 1:bb1507f0bb64
- Child:
- 5:d7d16cb9c974
--- a/View.h Fri May 01 09:22:50 2015 +0000 +++ b/View.h Fri May 01 10:12:55 2015 +0000 @@ -4,6 +4,7 @@ #define NUMBER_OF_SLICES 360 #include "Point.h" #include "EuclidPoint.h" +#include "Block.h" class View { @@ -22,4 +23,7 @@ void addPoint(Point); void addEucPoint(EuclidPoint); void addBlock(Block); + void drawSquare (int, int, int, int); + void drawLine(int, int, int, int); + void addValue(int, int, char); }; \ No newline at end of file