Proper logging using scheme; implemented most MRB FFI in scheme

This commit is contained in:
2022-12-15 23:30:22 +00:00
parent 688d816bce
commit fa8dfaf8e8
11 changed files with 212 additions and 142 deletions

View File

@@ -2,7 +2,6 @@
#define SCRIPT_H
#include "s7.h"
extern s7_scheme *s7;
void script_init();
void script_run(const char *script);