#ifndef SCRIPT_H #define SCRIPT_H void script_init(); void script_run(const char *script); void script_dofile(const char *file); #endif