summaryrefslogtreecommitdiff
path: root/src/blucat/renderer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/blucat/renderer.hpp')
-rw-r--r--src/blucat/renderer.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/blucat/renderer.hpp b/src/blucat/renderer.hpp
index 2da6ae9..55b0727 100644
--- a/src/blucat/renderer.hpp
+++ b/src/blucat/renderer.hpp
@@ -63,6 +63,9 @@ struct Renderer
std::initializer_list<std::shared_ptr<View3D>> views_3d);
~Renderer();
+ void
+ wait_frame();
+
void
draw();
};