X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fapp%2Finit.hpp;h=698bbc260554b890f9d841e1e2cf1492474a91bb;hb=2e761a60d1717297b7e308ef1b66e2a81319fdff;hp=4c82d08a319aa338d01b3c35befcbe3081f1821e;hpb=88073614253d3a9c678848a6e905c3794aa831ca;p=tacos.git diff --git a/src/app/init.hpp b/src/app/init.hpp index 4c82d08..698bbc2 100644 --- a/src/app/init.hpp +++ b/src/app/init.hpp @@ -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;