Ruby embedded

This commit is contained in:
2022-08-01 18:32:58 +00:00
parent 760765d350
commit 2e7da5c4e6
4 changed files with 33 additions and 57 deletions

View File

@@ -1,10 +1,8 @@
#ifndef SCRIPT_H
#define SCRIPT_H
struct s7_scheme;
extern struct s7_scheme *s7;
void script_init();
void script_run(const char *script);
void script_dofile(const char *file);
#endif