summaryrefslogtreecommitdiff
path: root/glgfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'glgfx.h')
-rw-r--r--glgfx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/glgfx.h b/glgfx.h
index 34677cf..ec40f88 100644
--- a/glgfx.h
+++ b/glgfx.h
@@ -11,7 +11,7 @@
#include <glm/gtc/type_ptr.hpp>
int initglgfx();
int genshaders();
-int drawmodel(float x, float y, float z, float xr, float yr, float zr);
+int drawmodel(float x, float y, float z, float xr, float yr, float zr, float s);
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();