summaryrefslogtreecommitdiff
path: root/setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'setup.h')
-rw-r--r--setup.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/setup.h b/setup.h
index 40a6ed3..85b19c0 100644
--- a/setup.h
+++ b/setup.h
@@ -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;