From 9c3baab33a0fa48e7379f0485116452779a1cd37 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 5 Oct 2008 19:05:50 +0000 Subject: interface with ui library --- src/render/gl.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/render/gl.h') diff --git a/src/render/gl.h b/src/render/gl.h index fb8bdf2..6e32e35 100644 --- a/src/render/gl.h +++ b/src/render/gl.h @@ -10,6 +10,7 @@ #include "GL/gl.h" #include "GL/glu.h" +#include "math/vector2f.h" #include "math/vector3f.h" #include "math/matrix4f.h" #include "math/axis.h" @@ -105,6 +106,10 @@ namespace gl void vertex(const float x, const float y, const float z); + void vertex(const math::Vector2f& vector); + + void vertex(const float x, const float y); + /// glNormal void normal(const math::Vector3f & vector); -- cgit v1.2.3