summaryrefslogtreecommitdiffstats
path: root/src/app/app.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/app.h')
-rw-r--r--src/app/app.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/app/app.h b/src/app/app.h
index 66b8900..0df3096 100644
--- a/src/app/app.h
+++ b/src/app/app.h
@@ -464,6 +464,15 @@ protected:
std::vector<int> m_joyAxeState;
//! Current state of joystick buttons; may be updated from another thread
std::vector<bool> m_joyButtonState;
+
+ //! Path to directory with data files
+ std::string m_dataPath;
+
+ //! Path to directory with language files
+ std::string m_langPath;
+
+ //! Path to directory with save files
+ std::string m_savePath;
//@{
//! Scene to run on startup