Ahmed Hedait / Mbed 2 deprecated el16ah

Dependencies:   mbed

Ball/Ball.cpp

Committer:
ahmedhedait
Date:
2018-05-08
Revision:
17:68d4b4095d80
Parent:
16:d120927b70ef
Child:
20:041affa5e242

File content as of revision 17:68d4b4095d80:

#include "Ball.h"

// nothing doing in the constructor and destructor
Ball::Ball()
{

}

Ball::~Ball()
{

}