From 8275c9cac1e610c00bb4a9af3c9f41dcd783c8a7 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Wed, 21 Mar 2018 12:20:44 -0400 Subject: various fixes; new interpreter library --- include/script.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/script.h') 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_ -- cgit v1.2.3