From 4d4814d3f4c296257c1300c49a6c8d08f5da360d Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Sun, 4 Nov 2007 15:15:38 +0000 Subject: [PATCH] Added Boolean->GLBoolean type map, to follow the GL naming convention. --- Source/Bind/Specifications/Glu/glu.tm | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Bind/Specifications/Glu/glu.tm b/Source/Bind/Specifications/Glu/glu.tm index f4e44646..6791da24 100644 --- a/Source/Bind/Specifications/Glu/glu.tm +++ b/Source/Bind/Specifications/Glu/glu.tm @@ -21,3 +21,4 @@ TextureTarget TextureTarget PixelFormat PixelFormat PixelType PixelType MapTarget MapTarget +Boolean GLboolean \ No newline at end of file