.
This commit is contained in:
@@ -34,18 +34,6 @@ void SmartSprite::setDestY(int y)
|
||||
dest_y_ = y;
|
||||
}
|
||||
|
||||
// Obtiene el valor de la variable
|
||||
int SmartSprite::getDestX() const
|
||||
{
|
||||
return dest_x_;
|
||||
}
|
||||
|
||||
// Obtiene el valor de la variable
|
||||
int SmartSprite::getDestY() const
|
||||
{
|
||||
return dest_y_;
|
||||
}
|
||||
|
||||
// Comprueba el movimiento
|
||||
void SmartSprite::checkMove()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user