diff options
Diffstat (limited to 'src/gl')
-rw-r--r-- | src/gl/gllib.cc | 2 | ||||
-rw-r--r-- | src/gl/gllib.h | 3 |
2 files changed, 4 insertions, 1 deletions
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__ |