X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fapp%2FRuntime.hpp;fp=src%2Fapp%2FRuntime.hpp;h=2d169d0149abbcddf69ee8321f121484f783b7f5;hb=b066e776622f96e906600a0c4a08de392bd03676;hp=36808a0e2a0e385cbcc9b2bd013e4310abdba1ef;hpb=e1209ec25c4cc91e13889876106f56bd51aa96e2;p=blank.git diff --git a/src/app/Runtime.hpp b/src/app/Runtime.hpp index 36808a0..2d169d0 100644 --- a/src/app/Runtime.hpp +++ b/src/app/Runtime.hpp @@ -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(); };