Support texture resizing.
This commit is contained in:
parent
e2bd48ec90
commit
739b75b0b6
8 changed files with 29 additions and 14 deletions
|
@ -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 );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue