Using S7; edit Makefile for debug, windows compilation
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
#ifndef SCRIPT_H
|
||||
#define SCRIPT_H
|
||||
|
||||
#include "mruby.h"
|
||||
#include "s7.h"
|
||||
extern s7_scheme *s7;
|
||||
|
||||
void script_init();
|
||||
void script_run(const char *script);
|
||||
@@ -10,7 +11,7 @@ void script_update(double dt);
|
||||
void script_draw();
|
||||
void script_editor();
|
||||
void script_call(const char *f);
|
||||
void script_call_sym(mrb_sym sym);
|
||||
int script_has_sym(mrb_sym sym);
|
||||
void script_call_sym(s7_pointer sym);
|
||||
int script_has_sym(s7_pointer sym);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user