Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/draw.h')
-rw-r--r--src/render/draw.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/render/draw.h b/src/render/draw.h
index ee9db26..89c5ea7 100644
--- a/src/render/draw.h
+++ b/src/render/draw.h
@@ -16,6 +16,9 @@ namespace render
/// draw the world
void draw(float seconds);
+/// reset
+void reset();
+
/// draw a sphere
void draw_sphere(math::Color const & color, float radius);