From f794b9ee52293cefd6ac73fdf0d2a01c5388f057 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Thu, 31 Jan 2008 18:22:44 +0000 Subject: modular system works now --- src/gl/gllib.cc | 2 +- src/gl/gllib.h | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'src/gl') diff --git a/src/gl/gllib.cc b/src/gl/gllib.cc index 32aa55e..e57ab5d 100644 --- a/src/gl/gllib.cc +++ b/src/gl/gllib.cc @@ -19,7 +19,7 @@ namespace gl void init() { - con_debug << "Initiliazing gl..." << std::endl; + con_debug << "Initializing gl..." << std::endl; } void shutdown() diff --git a/src/gl/gllib.h b/src/gl/gllib.h index d8f146a..42fcea1 100644 --- a/src/gl/gllib.h +++ b/src/gl/gllib.h @@ -158,4 +158,7 @@ namespace gl void frustum(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble znear, GLdouble zfar); }; +#include "gl/box.h" +#include "gl/sphere.h" + #endif // __INCLUDED_GL_GLLIB_H__ -- cgit v1.2.3