aboutsummaryrefslogtreecommitdiffstats
path: root/include/render.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/render.hpp')
-rw-r--r--include/render.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/render.hpp b/include/render.hpp
index 0a2adcd..cf58519 100644
--- a/include/render.hpp
+++ b/include/render.hpp
@@ -74,6 +74,9 @@ namespace Render {
void useShader(Shader *s);
void drawRect(vec2 ll, vec2 ur, float z);
+
+ void init(void);
+ void render(const int& fps);
}
#endif // RENDER_HPP_