#ifndef SCRIPT_H_ #define SCRIPT_H_ #include void script_loadlib(interpreter *it); #endif // SCRIPT_H_