diff options
Diffstat (limited to 'include/sprite.h')
| -rw-r--r-- | include/sprite.h | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/include/sprite.h b/include/sprite.h index feb9e51..b4ef54a 100644 --- a/include/sprite.h +++ b/include/sprite.h @@ -13,11 +13,11 @@ namespace mogltk {            Sprite(Handle *, int, int);  	  Sprite(Uint8 *, int, int);  	  virtual ~Sprite(); -	virtual void draw(int, int, ColorP = WHITE); -      protected: -        void Bind(); -	int GetSX(); +	virtual void draw(int, int, ColorP = WHITE, float = 1.0, float = 1.0); + 	int GetSX();  	int GetSY(); +     protected: +        void Bind();  	int GetPX();  	int GetPY();        private:  | 
