diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2018-03-21 12:20:44 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2018-03-21 12:20:44 -0400 |
commit | 8275c9cac1e610c00bb4a9af3c9f41dcd783c8a7 (patch) | |
tree | 6b9f594475c94a8a5ffe927636349de598701f66 /include/script.h | |
parent | c27af361feeca0e7cbfa51f5589b09d0c110e9c9 (diff) |
various fixes; new interpreter library
Diffstat (limited to 'include/script.h')
-rw-r--r-- | include/script.h | 2 |
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_ |