]> git.localhorst.tv Git - tacos.git/blobdiff - src/app/init.hpp
basic floor idea
[tacos.git] / src / app / init.hpp
index 4c82d08a319aa338d01b3c35befcbe3081f1821e..698bbc260554b890f9d841e1e2cf1492474a91bb 100644 (file)
@@ -3,6 +3,9 @@
 
 namespace tacos {
 
+class Config;
+
+
 struct InitAlut {
 
        InitAlut();
@@ -51,6 +54,8 @@ struct InitTTF {
 
 struct Init {
 
+       explicit Init(const Config &);
+
        InitSDL sdl;
        InitGL gl;
        InitIMG img;