X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=src%2Finit.hpp;fp=src%2Finit.hpp;h=bf6191b1daf6e1c3e7a8afacb13b3c5d87d0d532;hb=e1e349bb6035463529bc341c472987d229e1cdca;hp=0256d40fcf5ec8df6846551e73d98924eb855b43;hpb=0a13b3fe342db83eef2c0ddc991a44452df77aa3;p=blank.git diff --git a/src/init.hpp b/src/init.hpp index 0256d40..bf6191b 100644 --- a/src/init.hpp +++ b/src/init.hpp @@ -21,6 +21,18 @@ public: }; +class InitIMG { + +public: + InitIMG(); + ~InitIMG(); + + InitIMG(const InitIMG &) = delete; + InitIMG &operator =(const InitIMG &) = delete; + +}; + + class InitGL { public: