Ruby embedded
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user