summaryrefslogtreecommitdiff
path: root/hscript/script.hh
diff options
context:
space:
mode:
Diffstat (limited to 'hscript/script.hh')
-rw-r--r--hscript/script.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/hscript/script.hh b/hscript/script.hh
index 65637c2..16c2ab4 100644
--- a/hscript/script.hh
+++ b/hscript/script.hh
@@ -46,6 +46,7 @@ class Script {
private:
/*! Initialise the Script class. */
Script();
+ ScriptOptions opts;
public:
/*! Load a HorizonScript from the specified path.
* @param path The path to load from.