Johnathan Chin / Mbed 2 deprecated Lab5

Dependencies:   4DGL-uLCD-SE PinDetect mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers SpaceShipEarth.h Source File

SpaceShipEarth.h

00001 #include "ScreenObject.h"
00002 
00003 class SpaceShipEarth : public ScreenObject {
00004     public:
00005     SpaceShipEarth();
00006     virtual void draw();
00007     virtual void update();  
00008 };