summaryrefslogtreecommitdiff
path: root/src/scripting/script.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/scripting/script.h')
-rw-r--r--src/scripting/script.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scripting/script.h b/src/scripting/script.h
index 44a8b7ac..e2ab3afa 100644
--- a/src/scripting/script.h
+++ b/src/scripting/script.h
@@ -143,6 +143,7 @@ class Script
static bool performSpecialAction(int specialId, Being *caster);
static bool performCraft(Being* crafter, std::list<InventoryItem> recipe);
+ static std::string determineEngineByFilename(const std::string &filename);
protected:
static Script *globalEventScript;