~kalon33/corsix-th/master

« back to all changes in this revision

Viewing changes to CorsixTH/Src/th_gfx.h

  • Committer: corsixth.bot at gmail
  • Date: 2014-03-31 23:30:23 UTC
  • Revision ID: svn-v4:c39591fa-788f-11de-a72b-d90af8dea425:trunk:2687
Remove trailing whitespaces in .h, .cpp, .c and .lua files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
418
418
    void setAnimation(THAnimationManager* pManager, unsigned int iAnimation);
419
419
    void setMorphTarget(THAnimation *pMorphTarget, unsigned int iDurationFactor = 1);
420
420
    void setFrame(unsigned int iFrame);
421
 
    
 
421
 
422
422
    void setSpeed(int iX, int iY) {m_iSpeedX = iX, m_iSpeedY = iY;}
423
423
    void setCropColumn(int iColumn) {m_iCropColumn = iColumn;}
424
424