summaryrefslogtreecommitdiff
path: root/glgfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'glgfx.h')
-rw-r--r--glgfx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/glgfx.h b/glgfx.h
index b2e9997..0cb1ff9 100644
--- a/glgfx.h
+++ b/glgfx.h
@@ -11,6 +11,8 @@
int initglgfx();
int genshaders();
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();
std::string readfile(const char *);
#endif