]> git.tdb.fi Git - libs/gl.git/blobdiff - source/misc.h
Add projection functions
[libs/gl.git] / source / misc.h
index 876904779ea983062b575e701e6e1e70df401445..071875cd43805db5db7f230849d1e2060c2972ca 100644 (file)
@@ -13,6 +13,8 @@ Distributed under the LGPL
 namespace Msp {
 namespace GL {
 
+void enable(GLenum);
+void disable(GLenum);
 void set(GLenum, bool);
 
 } // namespace GL