SharpShooter

Dependencies:   4DGL-uLCD-SE SDFileSystem mbed-rtos mbed wave_player

Shooter.h

Committer:
jboettcher
Date:
2016-10-28
Revision:
5:f51cdddf541e
Child:
6:7f8c3169483a

File content as of revision 5:f51cdddf541e:

class Shooter
{
    int x;
    
public:
    Shooter();
    void drawShooter();
};

Shooter::Shooter() {
    x = 64;
}

//void Shooter::drawShooter