]> git.localhorst.tv Git - blank.git/blobdiff - src/init.hpp
add chunk inspect button (C)
[blank.git] / src / init.hpp
index 6064fca4b58a5cd6acb5b037a2f5881216b4823d..d08437b0cd46b5408cc111733ce6587596ff1b81 100644 (file)
@@ -36,7 +36,7 @@ public:
 class InitGL {
 
 public:
-       InitGL();
+       explicit InitGL(bool double_buffer = true, int sample_size = 1);
 
        InitGL(const InitGL &) = delete;
        InitGL &operator =(const InitGL &) = delete;