mirror of
https://github.com/edubart/otclient.git
synced 2025-12-26 01:37:12 +01:00
lua console and some changes
This commit is contained in:
@@ -45,11 +45,9 @@ public:
|
||||
const TexturePtr& texture,
|
||||
const Rect& textureCoords);
|
||||
|
||||
void drawFilledRect(const Rect& screenCoords,
|
||||
const Color& color);
|
||||
void drawFilledRect(const Rect& screenCoords);
|
||||
|
||||
void drawBoundingRect(const Rect& screenCoords,
|
||||
const Color& color = Color::green,
|
||||
int innerLineWidth = 1);
|
||||
|
||||
const Size& getScreenSize() const { return m_screenSize; }
|
||||
|
||||
Reference in New Issue
Block a user