Support texture resizing.

This commit is contained in:
King_DuckZ 2014-02-22 12:25:16 +01:00
parent e2bd48ec90
commit 739b75b0b6
8 changed files with 29 additions and 14 deletions

View file

@ -13,8 +13,8 @@ namespace cloonel {
class Character : public Placeable, public Drawable {
public:
Character ( const std::string& parPath, SDLMain* parMain );
Character ( const std::string&& parPath, SDLMain* parMain );
Character ( const std::string& parPath, SDLMain* parMain, ushort2 parSize );
Character ( const std::string&& parPath, SDLMain* parMai, ushort2 parSize );
virtual ~Character ( void ) noexcept;
void Prepare ( void );