X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=extgen.py;h=2c515f22ecee971f234796924428376d58f80c8f;hb=a78452c80a0750e57fe3183c10a4a6ede9527e68;hp=109802862b91d65f5d43479275ae2f303c3a9f3c;hpb=5318aa4fd553be4ce0bc428e73592b787842cdea;p=libs%2Fgl.git diff --git a/extgen.py b/extgen.py index 10980286..2c515f22 100755 --- a/extgen.py +++ b/extgen.py @@ -1,5 +1,4 @@ #!/usr/bin/python -# $Id$ import sys @@ -24,7 +23,8 @@ out.write("#ifndef MSP_GL_%s_\n"%ext.upper()) out.write("#define MSP_GL_%s_\n"%ext.upper()) out.write(""" -#include +#include "gl.h" +#include namespace Msp { namespace GL {