diff options
Diffstat (limited to 'include/script.h')
-rw-r--r-- | include/script.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/script.h b/include/script.h new file mode 100644 index 0000000..dc8c590 --- /dev/null +++ b/include/script.h @@ -0,0 +1,8 @@ +#ifndef SCRIPT_H_ +#define SCRIPT_H_ + +#include <parser.h> + +void script_loadlib(interpreter *it); + +#endif // SCRIPT_H_ |