diff options
Diffstat (limited to 'setup.h')
-rw-r--r-- | setup.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -39,6 +39,8 @@ public: void SetUseAuth(int auth) { m_useAuth = auth; } void SetScrenshotInterval(int interval) { m_screenshotInterval = interval; } + bool SaveSetup(); + bool ParseCommandLine( int argc, char* argv[] ); char const* CommandLineHelp() const; @@ -48,6 +50,9 @@ private: Setup(); Setup( Setup const& ); + // me + cPlugin* liveplugin; + mutable std::string m_helpString; // commandline options int m_serverPort; |