X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=extgen.py;h=2c515f22ecee971f234796924428376d58f80c8f;hp=109802862b91d65f5d43479275ae2f303c3a9f3c;hb=f14435e58bfa0fa697a06ba9a454bb30cd37d9d8;hpb=5318aa4fd553be4ce0bc428e73592b787842cdea 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 {