aboutsummaryrefslogtreecommitdiffstats
path: root/include/YAGE/window.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/YAGE/window.hpp')
-rw-r--r--include/YAGE/window.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/YAGE/window.hpp b/include/YAGE/window.hpp
index 5f104912..d86c00ac 100644
--- a/include/YAGE/window.hpp
+++ b/include/YAGE/window.hpp
@@ -34,6 +34,8 @@ public: // member functions
void create(const std::string &window_name, int width, int height, unsigned flags=WindowFlags::SHOWN);
// swap the buffer
void swapBuffer();
+ // clear buffer
+ void clearBuffer();
private:
};