aboutsummaryrefslogtreecommitdiff
path: root/src/gui/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/server.h')
-rw-r--r--src/gui/server.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/server.h b/src/gui/server.h
index 2a353db4..e67b5291 100644
--- a/src/gui/server.h
+++ b/src/gui/server.h
@@ -41,11 +41,14 @@ namespace OpenAxiom {
explicit Server(const Command&);
~Server();
+ const Filesystem& system_root() const { return fs; }
+
void launch();
void input(const QString&);
private:
Command cmd;
+ Filesystem fs;
};
}