Initial commit
This commit is contained in:
10
source/engine/script.h
Normal file
10
source/engine/script.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef SCRIPT_H
|
||||
#define SCRIPT_H
|
||||
|
||||
struct s7_scheme;
|
||||
extern struct s7_scheme *s7;
|
||||
|
||||
void script_init();
|
||||
void script_run(const char *script);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user