mirror of
https://github.com/HowestDAE/dae16-VerhulstBram.git
synced 2025-12-16 21:01:48 +01:00
Temp commit. Textures not working anymor :(
This commit is contained in:
@@ -13,8 +13,8 @@ public:
|
||||
Texture& operator=( Texture&& other ) noexcept;
|
||||
~Texture();
|
||||
|
||||
void Draw(const Point2f& dstBottomLeft = {}, const Rectf& srcRect = {}) const;
|
||||
void Draw( const Rectf& dstRect, const Rectf& srcRect = {} ) const;
|
||||
void Draw(const Point2f& dstBottomLeft = {}, const Rectf& srcRect = {}, bool flip = false) const;
|
||||
void Draw( const Rectf& dstRect, const Rectf& srcRect = {}, bool flip = false) const;
|
||||
|
||||
float GetWidth() const;
|
||||
float GetHeight() const;
|
||||
|
||||
Reference in New Issue
Block a user