Pre-resize fillparent

This commit is contained in:
2018-08-13 22:22:10 -04:00
parent 58fa6f0503
commit 353dc21750
95 changed files with 478 additions and 437 deletions
@@ -21,7 +21,7 @@ cAnimatedSprite::~cAnimatedSprite()
{
}
///Functions
/// Functions
void cAnimatedSprite::UptoDown()
{
//if (TimeLeft() == 0)
@@ -91,7 +91,7 @@ void cAnimatedSprite::RighttoLeft()
Draw();
}
///Sets
/// Sets
void cAnimatedSprite::setXIncrement( const unsigned long int x )
{
m_xIncrement = x;
@@ -115,7 +115,7 @@ void cAnimatedSprite::setFPS( const unsigned long int fps /*= 16*/ )
m_nextTime = ((unsigned long int)SDL_GetTicks()) + m_RATE;
}
///Gets
/// Gets
const unsigned long int cAnimatedSprite::getXIncrement() const
{
return m_xIncrement;