summaryrefslogtreecommitdiff
path: root/glgfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'glgfx.h')
-rw-r--r--glgfx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/glgfx.h b/glgfx.h
index 0cb1ff9..eccb33b 100644
--- a/glgfx.h
+++ b/glgfx.h
@@ -14,5 +14,6 @@ int drawmodel(float x, float y, float z, float xr, float yr, float zr);
int setcam (float cpx, float cpy, float cpz, float clx, float cly, float clz, float cux, float cuy, float cuz);
int setlight (float x, float y, float z);
int quitglgfx();
+int clearglgfx();
std::string readfile(const char *);
#endif