From a237a2d7723b94df6cd3e91401ec28388de6f1a0 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 21 Oct 2007 23:02:47 +0000 Subject: namespace cleanup --- src/gl/osiriongl.h | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'src/gl/osiriongl.h') diff --git a/src/gl/osiriongl.h b/src/gl/osiriongl.h index 26ff131..5a1f9f9 100644 --- a/src/gl/osiriongl.h +++ b/src/gl/osiriongl.h @@ -1,23 +1,28 @@ -/* gl.h - This file is part of the Osirion project +/* + gl/osiriongl.h + This file is part of the Osirion project and is distributed under + the terms of the GNU General Public License version 2 */ #ifndef __INCLUDED_OSIRIONGL_H__ #define __INCLUDED_OSIRIONGL_H__ -// OpenGL headers -#include - // project headers #include "common/vector3f.h" #include "common/color.h" +// OpenGL headers +#include + /// wrapper namespace for OpenGL operations /*! The GL namespace provides a wrapper to the OpenGL library functions. * All methods take floats or Vector3f and Color as parameters. */ namespace gl { + using common::Vector3f; + using common::Color; + /// initialize the OpenGL subsystem void init(); -- cgit v1.2.3