X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fapp%2FRuntime.hpp;h=1e660e0ac9465903bb475410fb542303425f4b00;hb=78dcbeb7a905c4c153cb1b20e23f5adc1efc6d7e;hp=2d169d0149abbcddf69ee8321f121484f783b7f5;hpb=def4939c34e1e2ce5e48ce6244e82a681317b893;p=blank.git diff --git a/src/app/Runtime.hpp b/src/app/Runtime.hpp index 2d169d0..1e660e0 100644 --- a/src/app/Runtime.hpp +++ b/src/app/Runtime.hpp @@ -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();