]> git.localhorst.tv Git - blank.git/blobdiff - src/app/Runtime.hpp
fix multiple application support in makefile
[blank.git] / src / app / Runtime.hpp
index 2d169d0149abbcddf69ee8321f121484f783b7f5..1e660e0ac9465903bb475410fb542303425f4b00 100644 (file)
@@ -48,11 +48,14 @@ public:
 
        Runtime() noexcept;
 
-       void ReadArgs(int argc, const char *const *argv);
+       void Initialize(int argc, const char *const *argv);
 
        int Execute();
 
 private:
+       void ReadArgs(int argc, const char *const *argv);
+       void ReadPreferences();
+
        void RunStandalone();
        void RunServer();
        void RunClient();