summaryrefslogtreecommitdiff
path: root/glgfx.h
diff options
context:
space:
mode:
authorknolax <1339802534.kk@gmail.com>2017-02-23 10:31:44 -0500
committerknolax <1339802534.kk@gmail.com>2017-02-23 10:31:44 -0500
commit0c2c626fbdfd7836f086eb8f4039a394368b7974 (patch)
tree7612f66694d0c3efb2837e05ba498fea296957f5 /glgfx.h
parentc7bdd6fcae58e09597071405c1449df64e084c51 (diff)
implemented depth testing and disabled blending for now
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