summaryrefslogtreecommitdiff
path: root/graphics.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'graphics.hpp')
-rw-r--r--graphics.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics.hpp b/graphics.hpp
index a88cd61..98ad848 100644
--- a/graphics.hpp
+++ b/graphics.hpp
@@ -15,6 +15,7 @@ public:
~Graphics();
bool IsOk() const { return _initialized_ok; }
void Render(const VDP&);
+ void ReRender();
private:
bool _initialized_ok{};