]> git.localhorst.tv Git - blank.git/blobdiff - src/init.hpp
simple HUD
[blank.git] / src / init.hpp
index d596cbc346f880247a98b8b3ceae9e278acdaa9a..6064fca4b58a5cd6acb5b037a2f5881216b4823d 100644 (file)
@@ -37,7 +37,6 @@ class InitGL {
 
 public:
        InitGL();
-       ~InitGL();
 
        InitGL(const InitGL &) = delete;
        InitGL &operator =(const InitGL &) = delete;
@@ -87,6 +86,7 @@ public:
        static void EnableBackfaceCulling();
 
        static void Clear();
+       static void ClearDepthBuffer();
 
 private:
        SDL_GLContext handle;
@@ -98,7 +98,6 @@ class InitGLEW {
 
 public:
        InitGLEW();
-       ~InitGLEW();
 
        InitGLEW(const InitGLEW &) = delete;
        InitGLEW &operator =(const InitGLEW &) = delete;