]> git.cworth.org Git - apitrace/blobdiff - retrace/glstate_internal.hpp
Update downloads link.
[apitrace] / retrace / glstate_internal.hpp
index aab7f986c43a4390c2225b95a2bf7ff1bc526cbe..a709da3ba08ea84b97f6353be66c2509fee29a09 100644 (file)
@@ -54,6 +54,8 @@ struct Context
 };
 
 
+void dumpBoolean(JSONWriter &json, GLboolean value);
+
 void dumpEnum(JSONWriter &json, GLenum pname);
 
 void dumpParameters(JSONWriter &json, Context &context);