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 4DGL-uLCD-SE PinDetect
ConcreteAsteroid3.h
00001 #ifndef ConcreteAsteroid3_H 00002 #define ConcreteAsteroid3_H 00003 00004 #include <string> 00005 #include <iostream> 00006 //#include "ScreenObject.h" 00007 #include "AbsAst.h" 00008 00009 class ConcreteAsteroid3 : public AbsAst 00010 { 00011 public: 00012 virtual void draw(); 00013 virtual void update(); 00014 ConcreteAsteroid3(); 00015 }; 00016 #endif
Generated on Fri Jul 15 2022 00:38:40 by
1.7.2