aboutsummaryrefslogtreecommitdiffstats
path: root/include/script.h
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2018-03-21 12:20:44 -0400
committerClyne Sullivan <tullivan99@gmail.com>2018-03-21 12:20:44 -0400
commit8275c9cac1e610c00bb4a9af3c9f41dcd783c8a7 (patch)
tree6b9f594475c94a8a5ffe927636349de598701f66 /include/script.h
parentc27af361feeca0e7cbfa51f5589b09d0c110e9c9 (diff)
various fixes; new interpreter library
Diffstat (limited to 'include/script.h')
-rw-r--r--include/script.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/script.h b/include/script.h
index 7901c9c..ab5fa7e 100644
--- a/include/script.h
+++ b/include/script.h
@@ -12,6 +12,6 @@
* Loads the library for the given interpreter.
* @param it the interpreter to use
*/
-void script_loadlib(interpreter *it);
+void script_loadlib(instance *it);
#endif // SCRIPT_H_