summaryrefslogtreecommitdiffhomepage
path: root/logic/state.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'logic/state.hpp')
-rw-r--r--logic/state.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/logic/state.hpp b/logic/state.hpp
index 809ca458..7fc06a5c 100644
--- a/logic/state.hpp
+++ b/logic/state.hpp
@@ -35,4 +35,5 @@ struct OTR_LOGIC_EXPORT State
module_settings m;
Mappings pose;
std::shared_ptr<Work> work;
+ QString library_path;
};