mirror of
https://github.com/edubart/otclient.git
synced 2025-10-19 22:13:27 +02:00
Closes #236
This commit is contained in:
@@ -48,7 +48,7 @@ public:
|
||||
|
||||
void internalDrawOutfit(Point dest, float scaleFactor, bool animateWalk, bool animateIdle, Otc::Direction direction, LightView *lightView = nullptr);
|
||||
void drawOutfit(const Rect& destRect, bool resize);
|
||||
void drawInformation(const Point& point, bool useGray, const Rect& parentRect);
|
||||
void drawInformation(const Point& point, bool useGray, const Rect& parentRect, int drawFlags);
|
||||
|
||||
void setId(uint32 id) { m_id = id; }
|
||||
void setName(const std::string& name);
|
||||
|
Reference in New Issue
Block a user