]> git.localhorst.tv Git - blank.git/blobdiff - src/app/Runtime.hpp
split input handling
[blank.git] / src / app / Runtime.hpp
index 36808a0e2a0e385cbcc9b2bd013e4310abdba1ef..2d169d0149abbcddf69ee8321f121484f783b7f5 100644 (file)
@@ -40,15 +40,9 @@ public:
        };
 
        struct Config {
-               bool vsync = true;
-               bool doublebuf = true;
-               int multisampling = 1;
-
-               client::Client::Config client = client::Client::Config();
-               Generator::Config gen = Generator::Config();
+               blank::Config game = blank::Config();
                HeadlessEnvironment::Config env = HeadlessEnvironment::Config();
-               Interface::Config interface = Interface::Config();
-               server::Server::Config server = server::Server::Config();
+               Generator::Config gen = Generator::Config();
                World::Config world = World::Config();
        };