diff options
Diffstat (limited to 'src/render/openglgraphicsdef.hpp')
-rw-r--r-- | src/render/openglgraphicsdef.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/render/openglgraphicsdef.hpp b/src/render/openglgraphicsdef.hpp index e99c4cc62..4a48d919a 100644 --- a/src/render/openglgraphicsdef.hpp +++ b/src/render/openglgraphicsdef.hpp @@ -38,6 +38,10 @@ public: void drawRectangle(const Rect &rect, const bool filled); + bool drawNet(const int x1, const int y1, + const int x2, const int y2, + const int width, const int height) override final; + static void dumpSettings(); void prepareScreenshot() override final; |